Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c100 unsigned int swp_io_count; /* count of outstanding I/Os */ member
1507 swf->swp_io_count++; in vm_swap_get()
1538 swf->swp_io_count--; in vm_swap_get()
1540 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_get()
1599 swf->swp_io_count++; in vm_swap_put()
1707 swf->swp_io_count--; in vm_swap_put_finish()
1709 if ((swf->swp_flags & SWAP_WANTED) && swf->swp_io_count == 0) { in vm_swap_put_finish()
2024 while (swf->swp_io_count) { in vm_swap_reclaim()