Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c380 static int swap_pager_almost_full = 1; /* swap space exhaustion (w/hysteresis)*/ variable
538 if (swap_pager_almost_full == 0) { in swp_sizecheck()
540 swap_pager_almost_full = 1; in swp_sizecheck()
545 swap_pager_almost_full = 0; in swp_sizecheck()
829 swap_pager_almost_full = 1; in swp_pager_getswapspace()
2530 swap_pager_almost_full = 1; in swapoff_one()