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
2991 (bool)(rq->scx.flags & SCX_RQ_CAN_STOP_TICK)) { in set_next_task_scx()2993 rq->scx.flags |= SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()2995 rq->scx.flags &= ~SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()4291 return rq->scx.flags & SCX_RQ_CAN_STOP_TICK; in scx_can_stop_tick()
784 SCX_RQ_CAN_STOP_TICK = 1 << 1, enumerator