Searched refs:SCX_DSQ_LOCAL_ON (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/sched_ext/ |
D | scx_central.bpf.c | 175 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()
|
D | scx_qmap.bpf.c | 237 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/ |
D | dsp_local_on.bpf.c | 48 scx_bpf_dispatch(p, SCX_DSQ_LOCAL_ON | target, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
|
/linux-6.12.1/include/linux/sched/ |
D | ext.h | 49 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-ext.rst | 261 be used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 1860 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()
|