Lines Matching refs:max_entries
104 int max_entries = 0;
120 if (new_max >= max_entries) {
121 max_entries = new_max + MAX_NR_CPUS / 2;
122 tmp = realloc(tmp_cpus, max_entries * sizeof(int));
131 if (nr_cpus == max_entries) {
132 max_entries += MAX_NR_CPUS;
133 tmp = realloc(tmp_cpus, max_entries * sizeof(int));
178 int max_entries = 0;
221 if (nr_cpus == max_entries) {
222 max_entries += MAX_NR_CPUS;
223 tmp = realloc(tmp_cpus, max_entries * sizeof(int));