Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcpumask.c301 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal() function
444 BTF_ID_FLAGS(func, bpf_cpumask_equal, KF_RCU)
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcpumask_common.h54 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym __weak;
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.12.1/Documentation/bpf/
Dcpumasks.rst322 if (!bpf_cpumask_equal((const struct cpumask *)dst1,
358 :identifiers: bpf_cpumask_equal bpf_cpumask_intersects bpf_cpumask_subset
/linux-6.12.1/tools/sched_ext/include/scx/
Dcommon.bpf.h309 bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) __ksym;