Searched refs:SCX_DSQ_LOCAL_ON (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 175 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, SCX_SLICE_INF, 0); in dispatch_to_cpu() 326 scx_bpf_dsq_nr_queued(SCX_DSQ_LOCAL_ON | cpu)) in central_timerfn()
|
| H A D | scx_qmap.bpf.c | 462 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | c, slice_ns, in BPF_STRUCT_OPS() 486 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | bad, slice_ns, in BPF_STRUCT_OPS() 503 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | scx_bpf_task_cid(p), in BPF_STRUCT_OPS() 531 scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cid, slice_ns, in BPF_STRUCT_OPS() 625 scx_bpf_dsq_move(BPF_FOR_EACH_ITER, p, SCX_DSQ_LOCAL_ON | c, in scan_shared_dsq() 671 scx_bpf_dsq_move(BPF_FOR_EACH_ITER, p, SCX_DSQ_LOCAL_ON | c, in scan_shared_dsq() 677 if (scx_bpf_dsq_move(BPF_FOR_EACH_ITER, p, SCX_DSQ_LOCAL_ON | cid, in scan_shared_dsq()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | dsp_local_on.bpf.c | 51 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 D | enums.autogen.h | 24 SCX_ENUM_SET(skel, scx_dsq_id_flags, SCX_DSQ_LOCAL_ON); \
|
| H A D | enums.autogen.bpf.h | 56 #define SCX_DSQ_LOCAL_ON __SCX_DSQ_LOCAL_ON macro
|
| /linux/include/linux/sched/ |
| H A D | ext.h | 63 SCX_DSQ_LOCAL_ON = SCX_DSQ_FLAG_BUILTIN | SCX_DSQ_FLAG_LOCAL_ON, enumerator
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 319 ``SCX_DSQ_GLOBAL``, ``SCX_DSQ_LOCAL``, or ``SCX_DSQ_LOCAL_ON | cpu``. 342 ``SCX_DSQ_LOCAL_ON | cpu``, or ``SCX_DSQ_GLOBAL``): the BPF scheduler 392 used - ``SCX_DSQ_LOCAL``, ``SCX_DSQ_LOCAL_ON | cpu``,
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 1829 if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in find_dsq_for_dispatch() 8761 (dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON; in scx_vet_enq_flags() 9715 } else if ((dsq_id & SCX_DSQ_LOCAL_ON) == SCX_DSQ_LOCAL_ON) { in scx_bpf_dsq_nr_queued()
|