Home
last modified time | relevance | path

Searched refs:SCX_RQ_CAN_STOP_TICK (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h12 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_CAN_STOP_TICK); \
H A Denums.autogen.bpf.h20 #define SCX_RQ_CAN_STOP_TICK __SCX_RQ_CAN_STOP_TICK macro
/linux/kernel/sched/
H A Dext.c2245 (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()
H A Dsched.h782 SCX_RQ_CAN_STOP_TICK = 1 << 1, enumerator