Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dswap_pager.c170 static int swap_async_max = 4; /* maximum in-progress async I/O's */ variable
184 SYSCTL_INT(_vm, OID_AUTO, swap_async_max,
185 CTLFLAG_RW, &swap_async_max, 0, "Maximum running async swap ops");
1635 if (swap_async_max != nsw_wcount_async_max) { in swap_pager_putpages()
1641 if ((n = swap_async_max) > nswbuf_kva / 2) in swap_pager_putpages()
1645 swap_async_max = n; in swap_pager_putpages()