Searched refs:max_nr_alloc (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dpercpu-stats.c36 int slot, max_nr_alloc; local
38 max_nr_alloc = 0;
41 max_nr_alloc = max(max_nr_alloc, chunk->nr_alloc);
43 return max_nr_alloc;
138 int slot, max_nr_alloc; local
143 max_nr_alloc = find_max_nr_alloc();
147 buffer = vmalloc_array(2 * max_nr_alloc + 1, sizeof(int));
154 if (max_nr_alloc < find_max_nr_alloc()) {
H A Dpage_alloc.c2763 int high, base_batch, batch, max_nr_alloc; local
2788 max_nr_alloc = max(high - pcp->count - base_batch, base_batch);
2793 if (batch <= max_nr_alloc &&
2796 batch = min(batch, max_nr_alloc);

Completed in 114 milliseconds