Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c242 if (!scx_switched_all()) in sugov_get_util()
381 if (scx_switched_all()) in sugov_hold_freq()
H A Dsched.h1894 #define scx_switched_all() static_branch_unlikely(&__scx_switched_all) macro
1913 #define scx_switched_all() false macro
2845 if (scx_switched_all() && class == &fair_sched_class) in next_active_class()
H A Dcore.c5827 if (!scx_switched_all()) { in sched_tick()
/linux/kernel/sched/ext/
H A Dext.c6501 was_switched_all = scx_switched_all(); in scx_root_disable()
7925 if (scx_switched_all()) { in scx_enable()
7936 sch->ops.name, scx_switched_all() ? "" : " (partial)"); in scx_enable()