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

/linux-master/kernel/sched/
H A Dcputime.c706 if (vtime->state == VTIME_GUEST)
761 vtime->state = VTIME_GUEST;
802 vtime->state = VTIME_GUEST;
837 if (vtime->state == VTIME_GUEST)
920 else if (vtime->state == VTIME_GUEST)
965 if (state == VTIME_GUEST && task_nice(tsk) <= 0)
969 if (state == VTIME_GUEST && task_nice(tsk) > 0)
1053 WARN_ON_ONCE(state != VTIME_GUEST);
/linux-master/include/linux/
H A Dsched.h352 VTIME_GUEST, enumerator in enum:vtime_state

Completed in 128 milliseconds