Searched refs:vtime_account_system (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dvtime.h52 extern void vtime_account_system(struct task_struct *tsk);
70 static inline void vtime_account_system(struct task_struct *tsk) { } vtime_account_user() function
98 vtime_account_system(tsk); vtime_account_irq_exit()
H A Dcontext_tracking.h117 vtime_account_system(current); guest_enter()
124 vtime_account_system(current); guest_exit()
/linux-4.4.14/arch/s390/kernel/
H A Dvtime.c209 void vtime_account_system(struct task_struct *tsk)
211 EXPORT_SYMBOL_GPL(vtime_account_system); variable
/linux-4.4.14/kernel/sched/
H A Dcputime.c397 vtime_account_system(prev); vtime_common_task_switch()
409 * vtime_account_system() and vtime_account_idle(). Archs that
434 vtime_account_system(tsk); vtime_common_account_irq_enter()
697 void vtime_account_system(struct task_struct *tsk) vtime_account_system() function
/linux-4.4.14/arch/ia64/kernel/
H A Dtime.c111 void vtime_account_system(struct task_struct *tsk) vtime_account_system() function
117 EXPORT_SYMBOL_GPL(vtime_account_system); variable
/linux-4.4.14/arch/powerpc/kernel/
H A Dtime.c344 void vtime_account_system(struct task_struct *tsk) vtime_account_system() function
353 EXPORT_SYMBOL_GPL(vtime_account_system); variable
368 * Assumes that vtime_account_system/idle() has been called

Completed in 243 milliseconds