Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_central.bpf.c175 scx_bpf_dispatch(p, SCX_DSQ_LOCAL_ON | cpu, SCX_SLICE_INF, 0); in dispatch_to_cpu()
287 scx_bpf_dsq_nr_queued(SCX_DSQ_LOCAL_ON | cpu)) in central_timerfn()
Dscx_qmap.bpf.c237 scx_bpf_dispatch(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.12.1/tools/testing/selftests/sched_ext/
Ddsp_local_on.bpf.c48 scx_bpf_dispatch(p, SCX_DSQ_LOCAL_ON | target, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
/linux-6.12.1/include/linux/sched/
Dext.h49 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
/linux-6.12.1/Documentation/scheduler/
Dsched-ext.rst261 be used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,
/linux-6.12.1/kernel/sched/
Dext.c1860 if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in find_dsq_for_dispatch()
6572 } else if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in scx_bpf_dsq_nr_queued()