Home
last modified time | relevance | path

Searched refs:scx_bpf_pick_any_cpu (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h226 scx_bpf_pick_any_cpu(cpus_allowed, flags))
H A Dcommon.bpf.h90 s32 scx_bpf_pick_any_cpu(const cpumask_t *cpus_allowed, u64 flags) __ksym;
/linux/kernel/sched/
H A Dext_idle.c1148 * idling while there are pending tasks. Use scx_bpf_pick_any_cpu() and
1217 * scx_bpf_pick_any_cpu - Pick and claim an idle cpu if available or pick any CPU
1233 __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)
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c341 cpu = scx_bpf_pick_any_cpu(p->cpus_ptr, 0); in dispatch_highpri()