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

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c212 static boolean_t compressor_needs_to_swap(void);
1344 compressor_needs_to_swap(void) function
1493 } else if (compressor_needs_to_swap()) {
1556 if ((flush_all == TRUE || compressor_needs_to_swap() == TRUE) && c_swapout_count < C_SWAPOUT_LIMIT)
1953 needs_to_swap = compressor_needs_to_swap();

Completed in 119 milliseconds