Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_util.h12 static const char *fcpu = "/sys/devices/system/cpu/possible"; in bpf_num_possible_cpus() local
18 fp = fopen(fcpu, "r"); in bpf_num_possible_cpus()
20 printf("Failed to open %s: '%s'!\n", fcpu, strerror(errno)); in bpf_num_possible_cpus()