Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcpumask.c316 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal() function
494 BTF_ID_FLAGS(func, bpf_cpumask_equal, KF_RCU)
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcpumask_common.h54 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym __weak;
H A Dcpumask_success.c349 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()
433 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()
/linux-6.15/Documentation/bpf/
H A Dcpumasks.rst322 if (!bpf_cpumask_equal((const struct cpumask *)dst1,
358 :identifiers: bpf_cpumask_equal bpf_cpumask_intersects bpf_cpumask_subset
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h354 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym;