Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor.h303 #define C_SEG_ONDISK_IS_SPARSE(cseg) ((cseg->c_bytes_used < cseg->c_bytes_unused) ? 1 : 0) macro
H A Dvm_compressor_backing_store.c1415 } else if (C_SEG_ONDISK_IS_SPARSE(c_seg)) { in vm_swapout_finish()
H A Dvm_compressor.c5337 } else if (c_seg->c_state != C_ON_SWAPPEDOUTSPARSE_Q && C_SEG_ONDISK_IS_SPARSE(c_seg)) { in c_decompress_page()