Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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()
/linux-6.1.9/kernel/sched/
Dcputime.c762 void vtime_guest_exit(struct task_struct *tsk) in vtime_guest_exit() function
772 EXPORT_SYMBOL_GPL(vtime_guest_exit);