Searched refs:SCX_TASK_STATE_BITS (Results 1 – 2 of 2) sorted by relevance
78 SCX_TASK_STATE_BITS = 2, enumerator79 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT,
3427 BUILD_BUG_ON(SCX_TASK_NR_STATES > (1 << SCX_TASK_STATE_BITS)); in scx_set_task_state()