Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcputime.c712 if (vtime->state == VTIME_GUEST) in __vtime_account_kernel()
767 vtime->state = VTIME_GUEST; in vtime_guest_enter()
808 vtime->state = VTIME_GUEST; in vtime_task_switch_generic()
843 if (vtime->state == VTIME_GUEST) in task_gtime()
926 else if (vtime->state == VTIME_GUEST) in kcpustat_user_vtime()
971 if (state == VTIME_GUEST && task_nice(tsk) <= 0) in kcpustat_field_vtime()
975 if (state == VTIME_GUEST && task_nice(tsk) > 0) in kcpustat_field_vtime()
1059 WARN_ON_ONCE(state != VTIME_GUEST); in kcpustat_cpu_fetch_vtime()
/openbmc/linux/include/linux/
H A Dsched.h342 VTIME_GUEST, enumerator