Lines Matching defs:max_entries
137 int max_entries = 0;
153 if (new_max >= max_entries) {
154 max_entries = new_max + MAX_NR_CPUS / 2;
155 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
164 if (nr_cpus == max_entries) {
165 max_entries += MAX_NR_CPUS;
166 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
211 int max_entries = 0;
254 if (nr_cpus == max_entries) {
255 max_entries += MAX_NR_CPUS;
256 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));