Home
last modified time | relevance | path

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

/linux/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.c242 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 Ddsp_local_on.bpf.c51 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 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/include/linux/sched/
H A Dext.h61 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
/linux/Documentation/scheduler/
H A Dsched-ext.rst247 ``SCX_DSQ_GLOBAL``, ``SCX_DSQ_LOCAL``, or ``SCX_DSQ_LOCAL_ON | cpu``.
260 used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,
/linux/kernel/sched/
H A Dext.c1223 if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in find_dsq_for_dispatch()
6670 } else if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in scx_bpf_dsq_nr_queued()