Searched refs:SCX_RQ_CAN_STOP_TICK (Results 1 – 4 of 4) sorted by relevance
12 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_CAN_STOP_TICK); \
20 #define SCX_RQ_CAN_STOP_TICK __SCX_RQ_CAN_STOP_TICK macro
2245 (bool)(rq->scx.flags & SCX_RQ_CAN_STOP_TICK)) { in set_next_task_scx()2247 rq->scx.flags |= SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()2249 rq->scx.flags &= ~SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()3055 return rq->scx.flags & SCX_RQ_CAN_STOP_TICK; in scx_can_stop_tick()
782 SCX_RQ_CAN_STOP_TICK = 1 << 1, enumerator