Lines Matching defs:tsk
28 static inline void vtime_user_enter(struct task_struct *tsk) { } in vtime_user_enter()
29 static inline void vtime_user_exit(struct task_struct *tsk) { } in vtime_user_exit()
30 static inline void vtime_guest_enter(struct task_struct *tsk) { } in vtime_guest_enter()
31 static inline void vtime_guest_exit(struct task_struct *tsk) { } in vtime_guest_exit()
32 static inline void vtime_init_idle(struct task_struct *tsk, int cpu) { } in vtime_init_idle()
41 static inline void vtime_account_irq(struct task_struct *tsk, unsigned int offset) { } in vtime_account_irq()
42 static inline void vtime_account_softirq(struct task_struct *tsk) { } in vtime_account_softirq()
43 static inline void vtime_account_hardirq(struct task_struct *tsk) { } in vtime_account_hardirq()
44 static inline void vtime_flush(struct task_struct *tsk) { } in vtime_flush()
135 static inline void irqtime_account_irq(struct task_struct *tsk, unsigned int offset) { } in irqtime_account_irq()
138 static inline void account_softirq_enter(struct task_struct *tsk) in account_softirq_enter()
144 static inline void account_softirq_exit(struct task_struct *tsk) in account_softirq_exit()
150 static inline void account_hardirq_enter(struct task_struct *tsk) in account_hardirq_enter()
156 static inline void account_hardirq_exit(struct task_struct *tsk) in account_hardirq_exit()