Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store_internal.h123 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
H A Dvm_compressor_backing_store.c1749 void *upl_ctx = NULL; in vm_swap_put() local
1862 upl_ctx = (void *)&soc->swp_upl_ctx; in vm_swap_put()
1868 …= vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, upl_ctx); in vm_swap_put()
1872 if (error || upl_ctx == NULL) { in vm_swap_put()
H A Dvm_pageout.c10120 struct upl_io_completion *upl_ctx = upl->upl_iodone; local
10122 if (upl_ctx) {
10123 void (*iodone_func)(void *, int) = upl_ctx->io_done;
10125 assert(upl_ctx->io_done);
10127 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error);
10140 struct upl_io_completion *upl_ctx = upl->upl_iodone; local
10142 if (upl_ctx) {
10143 upl_ctx->io_error = error;
H A Dvm_compressor.c6312 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);