Searched refs:pgcache_zone_max_pcpu (Results 1 – 1 of 1) sorted by relevance
203 static int pgcache_zone_max_pcpu; variable204 SYSCTL_INT(_vm, OID_AUTO, pgcache_zone_max_pcpu,205 CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &pgcache_zone_max_pcpu, 0,219 TUNABLE_INT_FETCH("vm.pgcache_zone_max_pcpu", &pgcache_zone_max_pcpu); in vm_page_init_cache_zones()220 maxcache = pgcache_zone_max_pcpu * mp_ncpus; in vm_page_init_cache_zones()