Searched refs:tmp_cpus (Results 1 – 2 of 2) sorted by relevance
171 struct perf_cpu *tmp_cpus = NULL, *tmp; in perf_cpu_map__new() local220 tmp_cpus = tmp; in perf_cpu_map__new()240 free(tmp_cpus); in perf_cpu_map__new()410 struct perf_cpu *tmp_cpus; in perf_cpu_map__merge() local425 if (!tmp_cpus) in perf_cpu_map__merge()446 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__merge()447 free(tmp_cpus); in perf_cpu_map__merge()456 struct perf_cpu *tmp_cpus; in perf_cpu_map__intersect() local468 if (!tmp_cpus) in perf_cpu_map__intersect()483 merged = cpu_map__trim_new(k, tmp_cpus); in perf_cpu_map__intersect()[all …]
13901 int err, n, i, tmp_cpus; in libbpf_num_possible_cpus() local13904 tmp_cpus = READ_ONCE(cpus); in libbpf_num_possible_cpus()13905 if (tmp_cpus > 0) in libbpf_num_possible_cpus()13906 return tmp_cpus; in libbpf_num_possible_cpus()13912 tmp_cpus = 0; in libbpf_num_possible_cpus()13915 tmp_cpus++; in libbpf_num_possible_cpus()13919 WRITE_ONCE(cpus, tmp_cpus); in libbpf_num_possible_cpus()13920 return tmp_cpus; in libbpf_num_possible_cpus()
Completed in 27 milliseconds