Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcputime.c682 WARN_ON_ONCE(vtime->state == VTIME_INACTIVE); in get_vtime_delta()
798 vtime->state = VTIME_INACTIVE; in vtime_task_switch_generic()
916 if (state == VTIME_INACTIVE) in vtime_state_fetch()
/openbmc/linux/include/linux/
H A Dsched.h335 VTIME_INACTIVE = 0, enumerator
/openbmc/linux/kernel/
H A Dfork.c2402 p->vtime.state = VTIME_INACTIVE; in copy_process()