Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c171 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, SCX_SLICE_INF, 0); in dispatch_to_cpu()
321 scx_bpf_dsq_nr_queued(SCX_DSQ_LOCAL_ON | cpu)) in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_qmap.bpf.c247 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | scx_bpf_task_cpu(p), in BPF_STRUCT_OPS()
274 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, slice_ns, enq_flags); in BPF_STRUCT_OPS()
377 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.rst303 ``SCX_DSQ_GLOBAL``, ``SCX_DSQ_LOCAL``, or ``SCX_DSQ_LOCAL_ON | cpu``.
326 ``SCX_DSQ_LOCAL_ON | cpu``, or ``SCX_DSQ_GLOBAL``): the BPF scheduler
371 used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,