Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dext.h79 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT, enumerator
/linux-6.15/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-6.15/kernel/sched/
H A Dext.c3617 return (p->scx.flags & SCX_TASK_STATE_MASK) >> SCX_TASK_STATE_SHIFT; in scx_get_task_state()
3647 p->scx.flags &= ~SCX_TASK_STATE_MASK; in scx_set_task_state()
4993 scx_get_task_state(p), p->scx.flags & ~SCX_TASK_STATE_MASK, in scx_dump_task()