Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvtime.h37 extern void vtime_account_softirq(struct task_struct *tsk);
42 static inline void vtime_account_softirq(struct task_struct *tsk) { } in vtime_account_softirq() function
146 vtime_account_softirq(tsk); in account_softirq_exit()
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c157 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c248 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c285 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/openbmc/linux/kernel/sched/
H A Dcputime.c447 vtime_account_softirq(tsk); in vtime_account_irq()