Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h78 SCX_TASK_STATE_BITS = 2, enumerator
79 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT,
/linux/kernel/sched/
H A Dext.c3427 BUILD_BUG_ON(SCX_TASK_NR_STATES > (1 << SCX_TASK_STATE_BITS)); in scx_set_task_state()