Searched refs:parse_cpu_mask_file (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c22 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", &online,
24 if (!ASSERT_OK(err, "parse_cpu_mask_file"))
H A Dperf_buffer.c60 err = parse_cpu_mask_file("/sys/devices/system/cpu/online",
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h401 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
H A Dlibbpf.c13108 err = parse_cpu_mask_file(online_cpus_file, &online, &n);
13434 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) function
13472 err = parse_cpu_mask_file(fcpu, &mask, &n);

Completed in 149 milliseconds