Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Dswap_pager.c327 static int nsw_cluster_max; /* maximum VOP I/O allowed */ variable
388 SYSCTL_INT(_vm, OID_AUTO, dmmax, CTLFLAG_RD, &nsw_cluster_max, 0,
531 nsw_cluster_max = min((MAXPHYS/PAGE_SIZE), MAX_PAGEOUT_CLUSTER); in swap_pager_swap_init()
1355 n = min(n, nsw_cluster_max); in swap_pager_putpages()