Home
last modified time | relevance | path

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

/linux/mm/
H A Dshrinker.c14 static int shrinker_nr_max; variable
92 array_size = shrinker_unit_size(shrinker_nr_max); in alloc_shrinker_info()
98 info->map_nr_max = shrinker_nr_max; in alloc_shrinker_info()
172 old_size = shrinker_unit_size(shrinker_nr_max); in expand_shrinker_info()
185 shrinker_nr_max = new_nr_max; in expand_shrinker_info()
240 if (id >= shrinker_nr_max) { in shrinker_memcg_alloc()