Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h114 #define SCX_OPS_SWITCH_PARTIAL SCX_OPS_FLAG(SCX_OPS_SWITCH_PARTIAL) macro
/linux/tools/sched_ext/
H A Dscx_qmap.c107 skel->struct_ops.qmap_ops->flags |= SCX_OPS_SWITCH_PARTIAL; in main()
/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.c32 skel->struct_ops.init_enable_count_ops->flags |= SCX_OPS_SWITCH_PARTIAL; in run_test()
/linux/Documentation/scheduler/
H A Dsched-ext.rst55 When the BPF scheduler is loaded and ``SCX_OPS_SWITCH_PARTIAL`` is not set
59 However, when the BPF scheduler is loaded and ``SCX_OPS_SWITCH_PARTIAL`` is
/linux/kernel/sched/
H A Dext.c126 SCX_OPS_SWITCH_PARTIAL = 1LLU << 3, enumerator
173 SCX_OPS_SWITCH_PARTIAL |
5736 WRITE_ONCE(scx_switching_all, !(ops->flags & SCX_OPS_SWITCH_PARTIAL)); in scx_enable()
5775 if (!(ops->flags & SCX_OPS_SWITCH_PARTIAL)) in scx_enable()