Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c384 static int nsw_cluster_max; /* maximum VOP I/O allowed */ variable
457 SYSCTL_INT(_vm, OID_AUTO, dmmax, CTLFLAG_RD, &nsw_cluster_max, 0,
604 nsw_cluster_max = min(maxphys / PAGE_SIZE, MAX_PAGEOUT_CLUSTER); in swap_pager_swap_init()
1488 n = min(count - i, nsw_cluster_max); in swap_pager_putpages()