Home
last modified time | relevance | path

Searched refs:vtime_account_kernel (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dvtime.h64 extern void vtime_account_kernel(struct task_struct *tsk);
67 static inline void vtime_account_kernel(struct task_struct *tsk) { } in vtime_account_kernel() function
90 vtime_account_kernel(tsk); in vtime_account_irq_exit()
Dcontext_tracking.h154 vtime_account_kernel(current); in guest_enter_irqoff()
164 vtime_account_kernel(current); in guest_exit_irqoff()
/Linux-v5.10/arch/ia64/kernel/
Dtime.c136 void vtime_account_kernel(struct task_struct *tsk) in vtime_account_kernel() function
150 EXPORT_SYMBOL_GPL(vtime_account_kernel);
/Linux-v5.10/arch/s390/kernel/
Dvtime.c250 void vtime_account_kernel(struct task_struct *tsk)
252 EXPORT_SYMBOL_GPL(vtime_account_kernel);
/Linux-v5.10/kernel/sched/
Dcputime.c414 vtime_account_kernel(prev); in vtime_task_switch()
435 vtime_account_kernel(tsk); in vtime_account_irq_enter()
695 void vtime_account_kernel(struct task_struct *tsk) in vtime_account_kernel() function
/Linux-v5.10/arch/powerpc/kernel/
Dtime.c334 void vtime_account_kernel(struct task_struct *tsk) in vtime_account_kernel() function
362 EXPORT_SYMBOL_GPL(vtime_account_kernel);