Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dcputime.c676 WARN_ON_ONCE(vtime->state == VTIME_INACTIVE); in get_vtime_delta()
792 vtime->state = VTIME_INACTIVE; in vtime_task_switch_generic()
910 if (state == VTIME_INACTIVE) in vtime_state_fetch()
/linux-6.6.21/include/linux/
Dsched.h335 VTIME_INACTIVE = 0, enumerator
/linux-6.6.21/kernel/
Dfork.c2402 p->vtime.state = VTIME_INACTIVE; in copy_process()