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

/freebsd-10.1-release/sys/vm/
H A Dswap_pager.h76 extern int swap_pager_full;
H A Dswap_pager.c321 int swap_pager_full = 2; /* swap space exhaustion (task killing) */ variable
427 * SWP_SIZECHECK() - update swap_pager_full indication
432 * Clear swap_pager_full ( task killing ) indication when lowat is met.
447 swap_pager_full = 0;
742 if (swap_pager_full != 2) {
744 swap_pager_full = 2;
2355 swap_pager_full = 2;
H A Dvm_pageout.c1462 (swap_pager_full && vm_paging_target() > 0))) {

Completed in 160 milliseconds