shrinker_nr_max   204 mm/vmscan.c    static int shrinker_nr_max;
shrinker_nr_max   216 mm/vmscan.c    	if (id >= shrinker_nr_max) {
shrinker_nr_max   222 mm/vmscan.c    		shrinker_nr_max = id + 1;
shrinker_nr_max   611 mm/vmscan.c    	for_each_set_bit(i, map->map, shrinker_nr_max) {