Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c2119 unsigned int min_nsegs = 0; in vm_swap_reclaim() local
2146 min_nsegs = MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size; in vm_swap_reclaim()
2150 if ((swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse <= min_nsegs)) { in vm_swap_reclaim()
2152 min_nsegs = swf->swp_nseginuse; in vm_swap_reclaim()