Home
last modified time | relevance | path

Searched refs:bpf_cpumask_test_cpu (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_success.c94 if (!bpf_cpumask_test_cpu(0, cast(cpumask))) { in BPF_PROG()
100 if (bpf_cpumask_test_cpu(0, cast(cpumask))) { in BPF_PROG()
266 if (!bpf_cpumask_test_cpu(0, cast(dst1))) { in BPF_PROG()
270 if (!bpf_cpumask_test_cpu(1, cast(dst1))) { in BPF_PROG()
457 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG()
475 bpf_cpumask_test_cpu(0, (const struct cpumask *)mask1); in BPF_PROG()
476 bpf_cpumask_test_cpu(0, (const struct cpumask *)mask2); in BPF_PROG()
H A Dcpumask_failure.c136 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG()
162 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG()
H A Dnested_trust_common.h9 bool bpf_cpumask_test_cpu(unsigned int cpu, const struct cpumask *cpumask) __ksym;
H A Dnested_trust_failure.c30 bpf_cpumask_test_cpu(0, task->user_cpus_ptr); in BPF_PROG()
H A Dnested_trust_success.c24 bpf_cpumask_test_cpu(0, task->cpus_ptr); in BPF_PROG()
H A Dcpumask_common.h35 bool bpf_cpumask_test_cpu(u32 cpu, const struct cpumask *cpumask) __ksym;
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcpumask.c168 * bpf_cpumask_test_cpu() - Test whether a CPU is set in a cpumask.
176 __bpf_kfunc bool bpf_cpumask_test_cpu(u32 cpu, const struct cpumask *cpumask) in bpf_cpumask_test_cpu() function
421 BTF_ID_FLAGS(func, bpf_cpumask_test_cpu, KF_RCU)

Completed in 3 milliseconds