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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c202 static boolean_t compressor_needs_to_swap(void);
1280 compressor_needs_to_swap(void) function
1406 } else if (compressor_needs_to_swap()) {
1469 if ((flush_all == TRUE || compressor_needs_to_swap() == TRUE) && c_swapout_count < C_SWAPOUT_LIMIT)
1850 needs_to_swap = compressor_needs_to_swap();

Completed in 22 milliseconds