Searched refs:scx_switching_all (Results 1 – 1 of 1) sorted by relevance
41 static bool scx_switching_all; variable3703 return sysfs_emit(buf, "%d\n", READ_ONCE(scx_switching_all)); in scx_attr_switch_all_show()3850 if (READ_ONCE(scx_switching_all)) in task_should_scx()4402 WRITE_ONCE(scx_switching_all, false); in scx_disable_workfn()5246 WRITE_ONCE(scx_switching_all, !(ops->flags & SCX_OPS_SWITCH_PARTIAL)); in scx_enable_workfn()5777 const char *all = READ_ONCE(scx_switching_all) ? "+all" : ""; in print_scx_info()