Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h114 #define SCX_OPS_ENQ_EXITING SCX_OPS_FLAG(SCX_OPS_ENQ_EXITING) macro
/linux/kernel/sched/
H A Dext_internal.h143 SCX_OPS_ENQ_EXITING = 1LLU << 2, enumerator
194 SCX_OPS_ENQ_EXITING |
H A Dext.c1901 * %SCX_OPS_ENQ_EXITING / %SCX_OPS_ENQ_MIGRATION_DISABLED are set. in do_enqueue_task()
1921 /* see %SCX_OPS_ENQ_EXITING */ in do_enqueue_task()
1922 if (!(sch->ops.flags & SCX_OPS_ENQ_EXITING) && in do_enqueue_task()
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c965 .flags = SCX_OPS_ENQ_EXITING,
/linux/Documentation/scheduler/
H A Dsched-ext.rst126 directly, bypassing ops.enqueue() (only when ``SCX_OPS_ENQ_EXITING`` is not set).