Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c1961 unsigned int min_nsegs = 0; in vm_swap_reclaim() local
1989 min_nsegs = MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size; in vm_swap_reclaim()
1993 if ((swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse <= min_nsegs)) { in vm_swap_reclaim()
1995 min_nsegs = swf->swp_nseginuse; in vm_swap_reclaim()