Home
last modified time | relevance | path

Searched refs:SCX_DSQ_LOCAL (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dispatch.bpf.c18 u64 dsq_id = SCX_DSQ_LOCAL; in BPF_STRUCT_OPS()
H A Dddsp_vtimelocal_fail.bpf.c20 scx_bpf_dispatch_vtime(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
H A Dselect_cpu_dfl_nodispatch.bpf.c65 dsq_id = SCX_DSQ_LOCAL; in BPF_STRUCT_OPS()
/linux/include/linux/sched/
H A Dext.h48 SCX_DSQ_LOCAL = SCX_DSQ_FLAG_BUILTIN | 2, enumerator
/linux/tools/sched_ext/
H A Dscx_simple.bpf.c68 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
H A Dscx_qmap.bpf.c229 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, slice_ns, enq_flags); in BPF_STRUCT_OPS()
388 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, slice_ns, 0); in BPF_STRUCT_OPS()
H A Dscx_central.bpf.c121 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, SCX_SLICE_INF, in BPF_STRUCT_OPS()
H A Dscx_flatcg.bpf.c344 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0); in BPF_STRUCT_OPS()
380 scx_bpf_dispatch(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, enq_flags); in BPF_STRUCT_OPS()
/linux/kernel/sched/
H A Dext.c1674 bool is_local = dsq->id == SCX_DSQ_LOCAL; in dispatch_enqueue()
1857 if (dsq_id == SCX_DSQ_LOCAL) in find_dsq_for_dispatch()
1929 if (dsq->id == SCX_DSQ_LOCAL && dsq != &rq->scx.local_dsq) { in direct_dispatch()
2607 if (dsq->id == SCX_DSQ_LOCAL) in finish_dispatch()
2792 if (!WARN_ON_ONCE(dsq->id != SCX_DSQ_LOCAL)) in process_ddsp_deferred_locals()
3194 p->scx.ddsp_dsq_id = SCX_DSQ_LOCAL; in select_task_rq_scx()
5874 init_dsq(&rq->scx.local_dsq, SCX_DSQ_LOCAL); in init_sched_ext_class()
6139 if (dst_dsq->id == SCX_DSQ_LOCAL) { in scx_dispatch_from_dsq()
6154 if (dst_dsq->id == SCX_DSQ_LOCAL) { in scx_dispatch_from_dsq()
6569 if (dsq_id == SCX_DSQ_LOCAL) { in scx_bpf_dsq_nr_queued()