Home
last modified time | relevance | path

Searched refs:bpf_cpumask_subset (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_success.c308 if (!bpf_cpumask_subset(cast(mask1), cast(dst1))) { in BPF_PROG()
313 if (!bpf_cpumask_subset(cast(mask2), cast(dst1))) { in BPF_PROG()
318 if (bpf_cpumask_subset(cast(dst1), cast(mask1))) { in BPF_PROG()
H A Dcpumask_common.h51 bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) __ksym;
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcpumask.c319 * bpf_cpumask_subset() - Check if a cpumask is a subset of another.
329 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset() function
431 BTF_ID_FLAGS(func, bpf_cpumask_subset, KF_RCU)

Completed in 2 milliseconds