Searched refs:bpf_cpumask_xor (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | cpumask.c | 279 __bpf_kfunc void bpf_cpumask_xor(struct bpf_cpumask *dst, in bpf_cpumask_xor() function 428 BTF_ID_FLAGS(func, bpf_cpumask_xor, KF_RCU)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_common.h | 46 void bpf_cpumask_xor(struct bpf_cpumask *cpumask,
|
H A D | cpumask_success.c | 275 bpf_cpumask_xor(dst2, 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 321 bpf_cpumask_xor(dst2, (const struct cpumask *)mask1, (const struct cpumask *)mask2);
|