Searched refs:vtime_account_irq (Results 1 – 2 of 2) sorted by relevance
36 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() function140 vtime_account_irq(tsk, SOFTIRQ_OFFSET); in account_softirq_enter()152 vtime_account_irq(tsk, HARDIRQ_OFFSET); in account_hardirq_enter()
421 void vtime_account_irq(struct task_struct *tsk, unsigned int offset) in vtime_account_irq() function