Searched refs:swap_async_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Dswap_pager.c326 static int swap_async_max = 4; /* maximum in-progress async I/O's */ variable
330 SYSCTL_INT(_vm, OID_AUTO, swap_async_max,
331 CTLFLAG_RW, &swap_async_max, 0, "Maximum running async swap ops");
1301 * Update nsw parameters from swap_async_max sysctl values.
1305 if (swap_async_max != nsw_wcount_async_max) {
1311 if ((n = swap_async_max) > nswbuf / 2)
1315 swap_async_max = n;

Completed in 44 milliseconds