Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h33 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_STATE_MASK); \
H A Denums.autogen.bpf.h83 #define SCX_TASK_STATE_MASK __SCX_TASK_STATE_MASK
77 #define SCX_TASK_STATE_MASK __SCX_TASK_STATE_MASK global() macro
/linux/include/linux/sched/
H A Dext.h117 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT, enumerator
/linux/kernel/sched/
H A Dext.c716 return p->scx.flags & SCX_TASK_STATE_MASK; in scx_get_task_state()
755 p->scx.flags &= ~SCX_TASK_STATE_MASK; in scx_set_task_state()
6254 p->scx.flags & ~SCX_TASK_STATE_MASK, in scx_dump_task()