Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h113 #define SCX_OPS_ENQ_EXITING SCX_OPS_FLAG(SCX_OPS_ENQ_EXITING) macro
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c953 .flags = SCX_OPS_ENQ_EXITING,
/linux/kernel/sched/
H A Dext.c120 SCX_OPS_ENQ_EXITING = 1LLU << 2, enumerator
170 SCX_OPS_ENQ_EXITING |
819 * If SCX_OPS_ENQ_EXITING is not set, the number of times that a task
2285 /* see %SCX_OPS_ENQ_EXITING */ in do_enqueue_task()
2286 if (!(sch->ops.flags & SCX_OPS_ENQ_EXITING) && in do_enqueue_task()