Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c1722 boolean_t swf_eligible = FALSE; in vm_swap_put() local
1741 swf_eligible = (swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse < swf->swp_nsegs); in vm_swap_put()
1743 if (swf_eligible) { in vm_swap_put()