Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h211 #define SCX_OPS_ENQ_EXITING SCX_OPS_FLAG(SCX_OPS_ENQ_EXITING) macro
/linux/kernel/sched/ext/
H A Dinternal.h158 SCX_OPS_ENQ_EXITING = 1LLU << 2, enumerator
220 SCX_OPS_ENQ_EXITING |
H A Dext.c2032 if (!(sch->ops.flags & SCX_OPS_ENQ_EXITING) && in scx_do_enqueue_task()
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c977 .flags = SCX_OPS_ENQ_EXITING,
H A Dscx_qmap.bpf.c2012 .flags = SCX_OPS_ENQ_EXITING | SCX_OPS_TID_TO_TASK,
/linux/Documentation/scheduler/
H A Dsched-ext.rst126 directly, bypassing ops.enqueue() (only when ``SCX_OPS_ENQ_EXITING`` is not set).