Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h120 SCX_TASK_INIT_BEGIN = 1 << SCX_TASK_STATE_SHIFT, enumerator
/linux/kernel/sched/
H A Dext.c728 case SCX_TASK_INIT_BEGIN: in scx_set_task_state()
732 warn = prev_state != SCX_TASK_INIT_BEGIN; in scx_set_task_state()
744 prev_state == SCX_TASK_INIT_BEGIN); in scx_set_task_state()
3761 scx_set_task_state(p, SCX_TASK_INIT_BEGIN); in scx_fork()
3877 if (scx_get_task_state(p) != SCX_TASK_INIT_BEGIN) in sched_ext_dead()
5816 scx_set_task_state(p, SCX_TASK_INIT_BEGIN); in scx_sub_disable()
6960 scx_set_task_state(p, SCX_TASK_INIT_BEGIN); in scx_root_enable_workfn()