Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c388 static int swap_pager_almost_full = 1; /* swap space exhaustion (w/hysteresis)*/ variable
645 if (swap_pager_almost_full == 0) { in swp_sizecheck()
647 swap_pager_almost_full = 1; in swp_sizecheck()
652 swap_pager_almost_full = 0; in swp_sizecheck()
965 swap_pager_almost_full = 1; in swp_pager_getswapspace()
2912 swap_pager_almost_full = 1; in swapoff_one()