bpf_cpumask_any_distribute
BTF_ID_FLAGS(func, bpf_cpumask_any_distribute, KF_RCU)
u32 bpf_cpumask_any_distribute(const struct cpumask *cpumask) __ksym;
u32 bpf_cpumask_any_distribute(const struct cpumask *src) __ksym __weak;
cpu = bpf_cpumask_any_distribute(cast(mask1));
cpu = bpf_cpumask_any_distribute(cast(dst2));
cpu = bpf_cpumask_any_distribute(cast(dst2));