Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c107 unsigned int swp_io_count; /* count of outstanding I/Os */ member
1666 swf->swp_io_count++; in vm_swap_get()
1697 swf->swp_io_count--; in vm_swap_get()
1699 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_get()
1757 swf->swp_io_count++; in vm_swap_put()
1866 swf->swp_io_count--; in vm_swap_put_finish()
1868 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_put_finish()
2181 while (swf->swp_io_count) { in vm_swap_reclaim()