Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/bpf/
H A Dcpumask.c102 * bpf_cpumask_first() - Get the index of the first nonzero bit in the cpumask.
108 __bpf_kfunc u32 bpf_cpumask_first(const struct cpumask *cpumask) in bpf_cpumask_first() function
416 BTF_ID_FLAGS(func, bpf_cpumask_first, KF_RCU)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_success.c151 if (bpf_cpumask_first(cast(cpumask)) < nr_cpus) { in BPF_PROG()
163 if (bpf_cpumask_first(cast(cpumask)) != 0) { in BPF_PROG()
H A Dcpumask_common.h29 u32 bpf_cpumask_first(const struct cpumask *cpumask) __ksym;

Completed in 2 milliseconds