Home
last modified time | relevance | path

Searched refs:vtime_guest_enter (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvtime.h73 extern void vtime_guest_enter(struct task_struct *tsk);
79 static inline void vtime_guest_enter(struct task_struct *tsk) { } in vtime_guest_enter() function
Dcontext_tracking.h107 vtime_guest_enter(current); in guest_enter_irqoff()
/Linux-v4.19/kernel/sched/
Dcputime.c773 void vtime_guest_enter(struct task_struct *tsk) in vtime_guest_enter() function
788 EXPORT_SYMBOL_GPL(vtime_guest_enter);