Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dshrinker.c14 static int shrinker_nr_max; variable
83 array_size = shrinker_unit_size(shrinker_nr_max); in alloc_shrinker_info()
89 info->map_nr_max = shrinker_nr_max; in alloc_shrinker_info()
163 old_size = shrinker_unit_size(shrinker_nr_max); in expand_shrinker_info()
176 shrinker_nr_max = new_nr_max; in expand_shrinker_info()
228 if (id >= shrinker_nr_max) { in shrinker_memcg_alloc()