Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c2105 unsigned int min_nsegs = 0; in vm_swap_reclaim() local
2132 min_nsegs = MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size; in vm_swap_reclaim()
2136 if ((swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse <= min_nsegs)) { in vm_swap_reclaim()
2138 min_nsegs = swf->swp_nseginuse; in vm_swap_reclaim()