Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor_backing_store.c1966 unsigned int min_nsegs = 0; in vm_swap_reclaim() local
1994 min_nsegs = MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size; in vm_swap_reclaim()
1998 if ((swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse <= min_nsegs)) { in vm_swap_reclaim()
2000 min_nsegs = swf->swp_nseginuse; in vm_swap_reclaim()