Home
last modified time | relevance | path

Searched refs:bpf_cpumask_any_and_distribute (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
H A Dcpumask.c392 * bpf_cpumask_any_and_distribute() - Return a random set CPU from the AND of
404 __bpf_kfunc u32 bpf_cpumask_any_and_distribute(const struct cpumask *src1, in bpf_cpumask_any_and_distribute() function
436 BTF_ID_FLAGS(func, bpf_cpumask_any_and_distribute, KF_RCU)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_common.h56 u32 bpf_cpumask_any_and_distribute(const struct cpumask *src1, const struct cpumask *src2) __ksym;
H A Dcpumask_success.c371 cpu = bpf_cpumask_any_and_distribute(cast(mask1), cast(mask2)); in BPF_PROG()

Completed in 2 milliseconds