Searched refs:__perf_cpu_map__nr (Results 1 – 1 of 1) sorted by relevance
281 static int __perf_cpu_map__nr(const struct perf_cpu_map *cpus) in __perf_cpu_map__nr() function292 if (cpus && idx < __perf_cpu_map__nr(cpus)) in perf_cpu_map__cpu()300 return cpus ? __perf_cpu_map__nr(cpus) : 1; in perf_cpu_map__nr()316 high = __perf_cpu_map__nr(cpus); in perf_cpu_map__idx()348 nr = __perf_cpu_map__nr(lhs); in perf_cpu_map__equal()349 if (nr != __perf_cpu_map__nr(rhs)) in perf_cpu_map__equal()371 return __perf_cpu_map__nr(map) > 0 in perf_cpu_map__max()372 ? __perf_cpu_map__cpu(map, __perf_cpu_map__nr(map) - 1) in perf_cpu_map__max()381 if (!a || __perf_cpu_map__nr(b) > __perf_cpu_map__nr(a)) in perf_cpu_map__is_subset()384 for (int i = 0, j = 0; i < __perf_cpu_map__nr(a); i++) { in perf_cpu_map__is_subset()[all …]