Searched refs:bpf_cpumask_and (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | cpumask.c | 249 __bpf_kfunc bool bpf_cpumask_and(struct bpf_cpumask *dst, in bpf_cpumask_and() function 426 BTF_ID_FLAGS(func, bpf_cpumask_and, KF_RCU)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_common.h | 40 bool bpf_cpumask_and(struct bpf_cpumask *cpumask,
|
H A D | cpumask_success.c | 256 if (bpf_cpumask_and(dst1, cast(mask1), cast(mask2))) { in BPF_PROG()
|
/openbmc/linux/Documentation/bpf/ |
H A D | cpumasks.rst | 274 bpf_cpumask_and(), bpf_cpumask_or(), and bpf_cpumask_xor(): 277 :identifiers: bpf_cpumask_and bpf_cpumask_or bpf_cpumask_xor 307 bpf_cpumask_and(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2);
|