Searched refs:scx_bpf_dsq_move_to_local (Results 1 – 10 of 10) sorted by relevance
52 #define scx_bpf_dsq_move_to_local(dsq_id) \ macro53 (bpf_ksym_exists(scx_bpf_dsq_move_to_local) ? \54 scx_bpf_dsq_move_to_local((dsq_id)) : \
47 bool scx_bpf_dsq_move_to_local(u64 dsq_id) __ksym __weak;
217 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()
92 scx_bpf_dsq_move_to_local(SHARED_DSQ); in BPF_STRUCT_OPS()
663 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()
377 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()
44 scx_bpf_dsq_move_to_local(DSQ_ID); in BPF_STRUCT_OPS()
56 if (scx_bpf_dsq_move_to_local(VTIME_DSQ)) in BPF_STRUCT_OPS()
33 scx_bpf_dsq_move_to_local(DSQ_ID); in BPF_STRUCT_OPS()
6749 __bpf_kfunc bool scx_bpf_dsq_move_to_local(u64 dsq_id) in scx_bpf_dsq_move_to_local() function6783 return scx_bpf_dsq_move_to_local(dsq_id); in scx_bpf_consume()6919 BTF_ID_FLAGS(func, scx_bpf_dsq_move_to_local)