Lines Matching refs:max_entries
166 int max_entries = 0;
182 if (new_max >= max_entries) {
183 max_entries = new_max + MAX_NR_CPUS / 2;
184 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
193 if (nr_cpus == max_entries) {
194 max_entries += MAX_NR_CPUS;
195 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
224 int max_entries = 0;
267 if (nr_cpus == max_entries) {
268 max_entries += MAX_NR_CPUS;
269 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));