Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/arch/ia64/kernel/
Dtime.c156 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v6.1/arch/s390/kernel/
Dvtime.c248 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v6.1/arch/powerpc/kernel/
Dtime.c300 void vtime_account_softirq(struct task_struct *tsk) in vtime_account_softirq() function
/Linux-v6.1/kernel/sched/
Dcputime.c443 vtime_account_softirq(tsk); in vtime_account_irq()