inactive_shortage  960 uvm/uvm_pdaemon.c 	int s, free, inactive_shortage, swap_shortage, pages_freed;
inactive_shortage 1021 uvm/uvm_pdaemon.c 	inactive_shortage = uvmexp.inactarg - uvmexp.inactive;
inactive_shortage 1037 uvm/uvm_pdaemon.c 		    inactive_shortage, swap_shortage,0,0);
inactive_shortage 1039 uvm/uvm_pdaemon.c 	     p != NULL && (inactive_shortage > 0 || swap_shortage > 0);
inactive_shortage 1106 uvm/uvm_pdaemon.c 		if (inactive_shortage > 0) {
inactive_shortage 1111 uvm/uvm_pdaemon.c 			inactive_shortage--;