Home
last modified time | relevance | path

Searched refs:scx_bpf_dsq_move_to_local (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/tools/sched_ext/include/scx/
Dcompat.bpf.h52 #define scx_bpf_dsq_move_to_local(dsq_id) \ macro
53 (bpf_ksym_exists(scx_bpf_dsq_move_to_local) ? \
54 scx_bpf_dsq_move_to_local((dsq_id)) : \
Dcommon.bpf.h47 bool scx_bpf_dsq_move_to_local(u64 dsq_id) __ksym __weak;
/linux-6.14.4/tools/sched_ext/
Dscx_central.bpf.c217 if (scx_bpf_dsq_move_to_local(FALLBACK_DSQ_ID)) in BPF_STRUCT_OPS()
223 if (scx_bpf_dsq_move_to_local(FALLBACK_DSQ_ID)) in BPF_STRUCT_OPS()
Dscx_simple.bpf.c92 scx_bpf_dsq_move_to_local(SHARED_DSQ); in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c663 if (!scx_bpf_dsq_move_to_local(cgid)) { in try_pick_next_cgroup()
743 if (scx_bpf_dsq_move_to_local(cpuc->cur_cgid)) { in BPF_STRUCT_OPS()
783 if (scx_bpf_dsq_move_to_local(FALLBACK_DSQ)) { in BPF_STRUCT_OPS()
Dscx_qmap.bpf.c377 if (!nr_highpri_queued && scx_bpf_dsq_move_to_local(SHARED_DSQ)) in BPF_STRUCT_OPS()
442 scx_bpf_dsq_move_to_local(SHARED_DSQ); in BPF_STRUCT_OPS()
/linux-6.14.4/tools/testing/selftests/sched_ext/
Dexit.bpf.c44 scx_bpf_dsq_move_to_local(DSQ_ID); in BPF_STRUCT_OPS()
Dselect_cpu_vtime.bpf.c56 if (scx_bpf_dsq_move_to_local(VTIME_DSQ)) in BPF_STRUCT_OPS()
Dmaximal.bpf.c33 scx_bpf_dsq_move_to_local(DSQ_ID); in BPF_STRUCT_OPS()
/linux-6.14.4/kernel/sched/
Dext.c6749 __bpf_kfunc bool scx_bpf_dsq_move_to_local(u64 dsq_id) in scx_bpf_dsq_move_to_local() function
6783 return scx_bpf_dsq_move_to_local(dsq_id); in scx_bpf_consume()
6919 BTF_ID_FLAGS(func, scx_bpf_dsq_move_to_local)