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
3045 if (!(rq->scx.flags & SCX_RQ_CAN_STOP_TICK)) { in set_next_task_scx()3052 rq->scx.flags |= SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()3058 if (rq->scx.flags & SCX_RQ_CAN_STOP_TICK) { in set_next_task_scx()3059 rq->scx.flags &= ~SCX_RQ_CAN_STOP_TICK; in set_next_task_scx()4691 return rq->scx.flags & SCX_RQ_CAN_STOP_TICK; in scx_can_stop_tick()
789 SCX_RQ_CAN_STOP_TICK = 1 << 1, enumerator