Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_util.h12 unsigned int start, end, possible_cpus = 0; in bpf_num_possible_cpus() local
24 possible_cpus = start == 0 ? end + 1 : 0; in bpf_num_possible_cpus()
30 if (!possible_cpus) { in bpf_num_possible_cpus()
35 return possible_cpus; in bpf_num_possible_cpus()