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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.h195 extern uint32_t c_swappedout_sparse_count;
H A Dvm_compressor.c130 uint32_t c_swappedout_sparse_count = 0; variable
530 c_swappedout_sparse_count++;
737 c_swappedout_sparse_count--;
2181 c_swappedout_sparse_count--;
H A Dvm_compressor_backing_store.c97 #define VM_SWAP_SHOULD_DEFRAGMENT() (c_swappedout_sparse_count > (vm_swapfile_total_segs_used / 4) ? 1 : 0)
778 c_swappedout_sparse_count++;

Completed in 54 milliseconds