Searched refs:SCX_ENQ_REENQ (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 217 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 D | enums.autogen.h | 48 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_REENQ); \
|
| H A D | enums.autogen.bpf.h | 128 #define SCX_ENQ_REENQ __SCX_ENQ_REENQ macro
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1130 SCX_ENQ_REENQ = 1LLU << 40, enumerator
|
| H A D | ext.c | 2970 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 D | sched-ext.rst | 133 another reenqueue; recurring counts indicate incorrect ``SCX_ENQ_REENQ``
|