Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1714 boolean_t drop_iocount = FALSE; in vm_swap_put() local
1832 drop_iocount = TRUE; in vm_swap_put()
1836 return vm_swap_put_finish(swf, f_offset, error, drop_iocount); in vm_swap_put()
1843 vm_swap_put_finish(struct swapfile *swf, uint64_t *f_offset, int error, boolean_t drop_iocount) in vm_swap_put_finish() argument
1845 if (drop_iocount) { in vm_swap_put_finish()