Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor_backing_store.c100 unsigned int swp_flags; /* state of swap file */ member
1518 if (swf->swp_flags == SWAP_REUSE) { in vm_swap_create_file()
1586 swf->swp_flags = SWAP_READY; in vm_swap_create_file()
1601 swf->swp_flags |= SWAP_PINNED; in vm_swap_create_file()
1649 if (swf == NULL || (!(swf->swp_flags & SWAP_READY) && !(swf->swp_flags & SWAP_RECLAIM))) { in vm_swap_get()
1687 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_get()
1688 swf->swp_flags &= ~SWAP_WANTED; in vm_swap_get()
1689 thread_wakeup((event_t) &swf->swp_flags); in vm_swap_get()
1730 swf_eligible = (swf->swp_flags & SWAP_READY) && (swf->swp_nseginuse < swf->swp_nsegs); in vm_swap_put()
1857 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_put_finish()
[all …]