Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.h85 struct upl_io_completion swp_upl_ctx; member
H A Dvm_compressor_backing_store.c1175 soc->swp_upl_ctx.io_context = (void *)soc; in vm_swapout_thread()
1176 soc->swp_upl_ctx.io_done = (void *)vm_swapout_iodone; in vm_swapout_thread()
1177 soc->swp_upl_ctx.io_error = 0; in vm_swapout_thread()
1681 upl_ctx = (void *)&soc->swp_upl_ctx; in vm_swap_put()