Searched refs:SCX_TASK_STATE_BITS (Results 1 – 4 of 4) sorted by relevance
91 SCX_TASK_STATE_BITS = 2, enumerator92 SCX_TASK_STATE_MASK = ((1 << SCX_TASK_STATE_BITS) - 1) << SCX_TASK_STATE_SHIFT,
30 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_STATE_BITS); \
74 #define SCX_TASK_STATE_BITS __SCX_TASK_STATE_BITS macro
2814 BUILD_BUG_ON(SCX_TASK_NR_STATES > (1 << SCX_TASK_STATE_BITS)); in scx_set_task_state()