Searched refs:bpf_cpumask_or (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | cpumask.c | 268 __bpf_kfunc void bpf_cpumask_or(struct bpf_cpumask *dst, in bpf_cpumask_or() function 442 BTF_ID_FLAGS(func, bpf_cpumask_or, KF_RCU)
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
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()
|
D | cpumask_common.h | 48 void bpf_cpumask_or(struct bpf_cpumask *cpumask,
|
/linux-6.12.1/Documentation/bpf/ |
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-6.12.1/tools/sched_ext/include/scx/ |
D | common.bpf.h | 305 void bpf_cpumask_or(struct bpf_cpumask *dst, const struct cpumask *src1,
|