Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c348 static boolean_t compressor_needs_to_swap(void);
2274 compressor_needs_to_swap(void) in compressor_needs_to_swap() function
2588 } else if (compressor_needs_to_swap()) { in vm_consider_waking_compactor_swapper()
2649 …if ((flush_all == TRUE || compressor_needs_to_swap() == TRUE) && c_swapout_count < C_SWAPOUT_LIMIT… in vm_compressor_do_delayed_compactions()
3167 needs_to_swap = compressor_needs_to_swap(); in vm_compressor_compact_and_swap()