Searched refs:bpf_cpumask_equal (Results 1 – 5 of 5) sorted by relevance
301 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal() function444 BTF_ID_FLAGS(func, bpf_cpumask_equal, KF_RCU)
54 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym __weak;
349 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()433 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()
322 if (!bpf_cpumask_equal((const struct cpumask *)dst1,358 :identifiers: bpf_cpumask_equal bpf_cpumask_intersects bpf_cpumask_subset
309 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym;