Home
last modified time | relevance | path

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

/tools/perf/util/
Dcpumap.c62 int new_max = nr_cpus + cpu - prev - 1; in cpu_map__read() local
64 if (new_max >= max_entries) { in cpu_map__read()
65 max_entries = new_max + MAX_NR_CPUS / 2; in cpu_map__read()