Home
last modified time | relevance | path

Searched refs:bpf_cpumask_test_cpu (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/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.c133 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG()
159 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_success.c24 bpf_cpumask_test_cpu(0, task->cpus_ptr); in BPF_PROG()
H A Dnested_trust_failure.c30 bpf_cpumask_test_cpu(0, task->user_cpus_ptr); in BPF_PROG()
H A Dcpumask_common.h35 bool bpf_cpumask_test_cpu(u32 cpu, const struct cpumask *cpumask) __ksym;
/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst234 if (!bpf_cpumask_test_cpu(0, cast(cpumask)))
239 if (bpf_cpumask_test_cpu(0, cast(cpumask)))
244 if (bpf_cpumask_test_cpu(0, task->cpus_ptr))
313 if (!bpf_cpumask_test_cpu(0, (const struct cpumask *)dst1))
317 if (!bpf_cpumask_test_cpu(1, (const struct cpumask *)dst1))
355 bpf_cpumask_test_cpu
H A Dkfuncs.rst365 to bpf_cpumask_test_cpu().
/openbmc/linux/kernel/bpf/
H A Dcpumask.c176 __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)