Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_qmap.c105 skel->struct_ops.qmap_ops->flags |= SCX_OPS_SWITCH_PARTIAL; in main()
/linux-6.12.1/tools/testing/selftests/sched_ext/
Dinit_enable_count.c27 skel->struct_ops.init_enable_count_ops->flags |= SCX_OPS_SWITCH_PARTIAL; in open_load_prog()
/linux-6.12.1/tools/sched_ext/include/scx/
Dcompat.h109 #define SCX_OPS_SWITCH_PARTIAL \ macro
/linux-6.12.1/Documentation/scheduler/
Dsched-ext.rst53 When the BPF scheduler is loaded and ``SCX_OPS_SWITCH_PARTIAL`` is not set
57 However, when the BPF scheduler is loaded and ``SCX_OPS_SWITCH_PARTIAL`` is
/linux-6.12.1/kernel/sched/
Dext.c123 SCX_OPS_SWITCH_PARTIAL = 1LLU << 3, enumerator
133 SCX_OPS_SWITCH_PARTIAL |
5218 WRITE_ONCE(scx_switching_all, !(ops->flags & SCX_OPS_SWITCH_PARTIAL)); in scx_ops_enable()
5257 if (!(ops->flags & SCX_OPS_SWITCH_PARTIAL)) in scx_ops_enable()