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