Searched refs:scx_bpf_pick_any_cpu (Results 1 – 4 of 4) sorted by relevance
226 scx_bpf_pick_any_cpu(cpus_allowed, flags))
90 s32 scx_bpf_pick_any_cpu(const cpumask_t *cpus_allowed, u64 flags) __ksym;
1148 * idling while there are pending tasks. Use scx_bpf_pick_any_cpu() and1217 * scx_bpf_pick_any_cpu - Pick and claim an idle cpu if available or pick any CPU1233 __bpf_kfunc s32 scx_bpf_pick_any_cpu(const struct cpumask *cpus_allowed, in scx_bpf_pick_any_cpu() function 1269 BTF_ID_FLAGS(func, scx_bpf_pick_any_cpu, KF_RCU)
341 cpu = scx_bpf_pick_any_cpu(p->cpus_ptr, 0); in dispatch_highpri()