Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c217 if (enq_flags & SCX_ENQ_REENQ) { in BPF_STRUCT_OPS()
248 if (immed_stress_nth && !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS()
271 p->scx.weight < 2 && !(p->flags & PF_KTHREAD) && !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS()
290 if (enq_flags & SCX_ENQ_REENQ) { in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h48 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_REENQ); \
H A Denums.autogen.bpf.h128 #define SCX_ENQ_REENQ __SCX_ENQ_REENQ macro
/linux/kernel/sched/
H A Dext_internal.h1130 SCX_ENQ_REENQ = 1LLU << 40, enumerator
H A Dext.c2970 do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in put_prev_task_scx()
3982 do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in reenq_local()
4097 do_enqueue_task(task_rq, p, SCX_ENQ_REENQ, -1); in reenq_user()
/linux/Documentation/scheduler/
H A Dsched-ext.rst133 another reenqueue; recurring counts indicate incorrect ``SCX_ENQ_REENQ``