Searched refs:scx_can_stop_tick (Results 1 – 3 of 3) sorted by relevance
40 bool scx_can_stop_tick(struct rq *rq);74 static inline bool scx_can_stop_tick(struct rq *rq) { return true; } in scx_can_stop_tick() function
4066 bool scx_can_stop_tick(struct rq *rq) in scx_can_stop_tick() function
1364 if (scx_enabled() && !scx_can_stop_tick(rq)) in sched_can_stop_tick()