Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor_backing_store.c102 unsigned int swp_io_count; /* count of outstanding I/Os */ member
1654 swf->swp_io_count++; in vm_swap_get()
1685 swf->swp_io_count--; in vm_swap_get()
1687 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_get()
1746 swf->swp_io_count++; in vm_swap_put()
1855 swf->swp_io_count--; in vm_swap_put_finish()
1857 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_put_finish()
2171 while (swf->swp_io_count) { in vm_swap_reclaim()