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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1436 #define C_SWAPOUT_LIMIT 4 macro
1469 if ((flush_all == TRUE || compressor_needs_to_swap() == TRUE) && c_swapout_count < C_SWAPOUT_LIMIT)
1814 if (c_swapout_count >= C_SWAPOUT_LIMIT) {
1831 if (c_swapout_count >= C_SWAPOUT_LIMIT) {

Completed in 19 milliseconds