Home
last modified time | relevance | path

Searched refs:SCX_TASK_STATE_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sched/
H A Dext.h79 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT, enumerator
/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h31 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_STATE_MASK); \
H A Denums.autogen.bpf.h77 #define SCX_TASK_STATE_MASK __SCX_TASK_STATE_MASK macro
/linux/kernel/sched/
H A Dext.c3756 return (p->scx.flags & SCX_TASK_STATE_MASK) >> SCX_TASK_STATE_SHIFT; in scx_get_task_state()
3786 p->scx.flags &= ~SCX_TASK_STATE_MASK; in scx_set_task_state()
5230 scx_get_task_state(p), p->scx.flags & ~SCX_TASK_STATE_MASK, in scx_dump_task()