Home
last modified time | relevance | path

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

/mm/
Dpercpu-stats.c36 int slot, max_nr_alloc; in find_max_nr_alloc() local
38 max_nr_alloc = 0; in find_max_nr_alloc()
41 max_nr_alloc = max(max_nr_alloc, chunk->nr_alloc); in find_max_nr_alloc()
43 return max_nr_alloc; in find_max_nr_alloc()
138 int slot, max_nr_alloc; in percpu_stats_show() local
143 max_nr_alloc = find_max_nr_alloc(); in percpu_stats_show()
147 buffer = vmalloc(array_size(sizeof(int), (2 * max_nr_alloc + 1))); in percpu_stats_show()
154 if (max_nr_alloc < find_max_nr_alloc()) { in percpu_stats_show()