Home
last modified time | relevance | path

Searched refs:vtime_account_irq (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dvtime.h36 extern void vtime_account_irq(struct task_struct *tsk, unsigned int offset);
41 static inline void vtime_account_irq(struct task_struct *tsk, unsigned int offset) { } in vtime_account_irq() function
140 vtime_account_irq(tsk, SOFTIRQ_OFFSET); in account_softirq_enter()
152 vtime_account_irq(tsk, HARDIRQ_OFFSET); in account_hardirq_enter()
/linux-5.19.10/kernel/sched/
Dcputime.c421 void vtime_account_irq(struct task_struct *tsk, unsigned int offset) in vtime_account_irq() function