Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_pageout.h392 void (*io_done)(void *, int); member
H A Dvm_compressor_backing_store.c1266 soc->swp_upl_ctx.io_done = (void *)vm_swapout_iodone; in vm_swapout_thread()
H A Dvm_pageout.c11052 void (*iodone_func)(void *, int) = upl_ctx->io_done; in upl_callout_iodone()
11054 assert(upl_ctx->io_done); in upl_callout_iodone()