Home
last modified time | relevance | path

Searched refs:SCX_DSQ_LOCAL_ON (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/sched_ext/
H A Dscx_central.bpf.c170 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 Dscx_qmap.bpf.c237 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, slice_ns, enq_flags); in BPF_STRUCT_OPS()
344 SCX_DSQ_LOCAL_ON | cpu, in dispatch_highpri()
/linux-6.15/tools/testing/selftests/sched_ext/
H A Ddsp_local_on.bpf.c51 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | target, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
/linux-6.15/include/linux/sched/
H A Dext.h49 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
/linux-6.15/tools/sched_ext/include/scx/
H A Denums.autogen.h24 SCX_ENUM_SET(skel, scx_dsq_id_flags, SCX_DSQ_LOCAL_ON); \
H A Denums.autogen.bpf.h56 #define SCX_DSQ_LOCAL_ON __SCX_DSQ_LOCAL_ON macro
/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst246 ``SCX_DSQ_GLOBAL``, ``SCX_DSQ_LOCAL``, or ``SCX_DSQ_LOCAL_ON | cpu``.
259 used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,
/linux-6.15/kernel/sched/
H A Dext.c2041 if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in find_dsq_for_dispatch()
6776 } else if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in scx_bpf_dsq_nr_queued()