Home
last modified time | relevance | path

Searched refs:bpf_cpumask_and (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dcpumask.c251 __bpf_kfunc bool bpf_cpumask_and(struct bpf_cpumask *dst, in bpf_cpumask_and() function
439 BTF_ID_FLAGS(func, bpf_cpumask_and, KF_RCU)
/linux/Documentation/bpf/
H A Dcpumasks.rst274 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);
/linux/tools/testing/selftests/bpf/progs/
H A Dcpumask_common.h45 bool bpf_cpumask_and(struct bpf_cpumask *cpumask,
H A Dcpumask_success.c329 if (bpf_cpumask_and(dst1, cast(mask1), cast(mask2))) { in BPF_PROG()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h330 bool bpf_cpumask_and(struct bpf_cpumask *dst, const struct cpumask *src1,