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
39 max_nr_alloc = 0; in find_max_nr_alloc()
44 max_nr_alloc = max(max_nr_alloc, in find_max_nr_alloc()
47 return max_nr_alloc; in find_max_nr_alloc()
145 int slot, max_nr_alloc; in percpu_stats_show() local
152 max_nr_alloc = find_max_nr_alloc(); in percpu_stats_show()
156 buffer = vmalloc(array_size(sizeof(int), (2 * max_nr_alloc + 1))); in percpu_stats_show()
163 if (max_nr_alloc < find_max_nr_alloc()) { in percpu_stats_show()