Home
last modified time | relevance | path

Searched refs:scx_can_stop_tick (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/kernel/sched/
Dext.h17 bool scx_can_stop_tick(struct rq *rq);
50 static inline bool scx_can_stop_tick(struct rq *rq) { return true; } in scx_can_stop_tick() function
Dext.c3719 bool scx_can_stop_tick(struct rq *rq) in scx_can_stop_tick() function
Dcore.c1300 if (scx_enabled() && !scx_can_stop_tick(rq)) in sched_can_stop_tick()