Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/sched/
Dext.c891 static bool scx_switching_all; variable
4702 return sysfs_emit(buf, "%d\n", READ_ONCE(scx_switching_all)); in scx_attr_switch_all_show()
4782 if (READ_ONCE(scx_switching_all)) in task_should_scx()
5044 WRITE_ONCE(scx_switching_all, false); in scx_ops_disable_workfn()
5784 WRITE_ONCE(scx_switching_all, !(ops->flags & SCX_OPS_SWITCH_PARTIAL)); in scx_ops_enable()
6288 const char *all = READ_ONCE(scx_switching_all) ? "+all" : ""; in print_scx_info()