Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
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()
/Linux-v5.15/arch/ia64/kernel/
Dtime.c156 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v5.15/arch/s390/kernel/
Dvtime.c249 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v5.15/arch/powerpc/kernel/
Dtime.c376 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v5.15/kernel/sched/
Dcputime.c429 vtime_account_softirq(tsk); in vtime_account_irq()