Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvtime.h25 extern void vtime_guest_exit(struct task_struct *tsk);
31 static inline void vtime_guest_exit(struct task_struct *tsk) { } in vtime_guest_exit() function
109 vtime_guest_exit(current); in vtime_account_guest_exit()
/openbmc/linux/kernel/sched/
H A Dcputime.c772 void vtime_guest_exit(struct task_struct *tsk) in vtime_guest_exit() function
782 EXPORT_SYMBOL_GPL(vtime_guest_exit);