Home
last modified time | relevance | path

Searched refs:vtime_account_softirq (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dvtime.h32 extern void vtime_account_softirq(struct task_struct *tsk);
37 static inline void vtime_account_softirq(struct task_struct *tsk) { } in vtime_account_softirq() function
141 vtime_account_softirq(tsk); in account_softirq_exit()
/linux/arch/s390/kernel/
H A Dvtime.c246 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/linux/arch/powerpc/kernel/
H A Dtime.c285 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/linux/kernel/sched/
H A Dcputime.c434 vtime_account_softirq(tsk); in vtime_account_irq()