Searched refs:bpf_cpumask_subset (Results 1 – 5 of 5) sorted by relevance
333 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset() function446 BTF_ID_FLAGS(func, bpf_cpumask_subset, KF_RCU)
381 if (!bpf_cpumask_subset(cast(mask1), cast(dst1))) { in BPF_PROG()386 if (!bpf_cpumask_subset(cast(mask2), cast(dst1))) { in BPF_PROG()391 if (bpf_cpumask_subset(cast(dst1), cast(mask1))) { in BPF_PROG()
56 bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) __ksym __weak;
311 bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) __ksym;
358 :identifiers: bpf_cpumask_equal bpf_cpumask_intersects bpf_cpumask_subset