Searched refs:SCX_ENQ_REENQ (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.h | 49 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_REENQ); \
|
| H A D | enums.autogen.bpf.h | 131 #define SCX_ENQ_REENQ __SCX_ENQ_REENQ macro
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 412 if (enq_flags & SCX_ENQ_REENQ) { in BPF_STRUCT_OPS() 477 !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS() 498 if (immed_stress_nth && !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS() 522 p->scx.weight < 2 && !(p->flags & PF_KTHREAD) && !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS() 542 if (enq_flags & SCX_ENQ_REENQ) { in BPF_STRUCT_OPS()
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 1729 SCX_ENQ_REENQ = 1LLU << 40, enumerator
|
| H A D | ext.c | 2003 if (enq_flags & SCX_ENQ_REENQ) { in scx_do_enqueue_task() 3166 scx_do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in put_prev_task_scx() 4462 scx_do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in reenq_local() 4580 scx_do_enqueue_task(task_rq, p, SCX_ENQ_REENQ, -1); in reenq_user()
|
| H A D | sub.c | 816 scx_do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in scx_reenq_reject()
|