Searched refs:SCX_DSQ_LOCAL_ON (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 170 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, SCX_SLICE_INF, 0); in dispatch_to_cpu() 282 scx_bpf_dsq_nr_queued(SCX_DSQ_LOCAL_ON | cpu)) in central_timerfn()
|
| H A D | scx_qmap.bpf.c | 242 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, slice_ns, enq_flags); in BPF_STRUCT_OPS() 345 if (scx_bpf_dsq_move(BPF_FOR_EACH_ITER, p, SCX_DSQ_LOCAL_ON | cpu, in dispatch_highpri()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | dsp_local_on.bpf.c | 51 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | target, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.h | 24 SCX_ENUM_SET(skel, scx_dsq_id_flags, SCX_DSQ_LOCAL_ON); \
|
| H A D | enums.autogen.bpf.h | 56 #define SCX_DSQ_LOCAL_ON __SCX_DSQ_LOCAL_ON macro
|
| /linux/include/linux/sched/ |
| H A D | ext.h | 61 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
|
| /linux/kernel/sched/ |
| H A D | ext.c | 1225 if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in find_dsq_for_dispatch() 6460 } else if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in scx_bpf_dsq_nr_queued()
|