Searched refs:bpf_cpumask_or (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cpumask.c | 283 __bpf_kfunc void bpf_cpumask_or(struct bpf_cpumask *dst, in bpf_cpumask_or() function 492 BTF_ID_FLAGS(func, bpf_cpumask_or, KF_RCU)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cpumask_success.c | 338 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 380 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 418 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG()
|
| H A D | cpumask_common.h | 48 void bpf_cpumask_or(struct bpf_cpumask *cpumask,
|
| /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 312 bpf_cpumask_or(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2);
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 450 void bpf_cpumask_or(struct bpf_cpumask *dst, const struct cpumask *src1,
|