Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store_internal.h82 struct swapout_io_completion { struct
99 …eturn_t vm_swap_put(vm_offset_t, uint64_t*, uint32_t, c_segment_t, struct swapout_io_completion *); argument
H A Dvm_compressor_backing_store.c1110 struct swapout_io_completion vm_swapout_ctx[VM_SWAPOUT_LIMIT_MAX];
1116 static struct swapout_io_completion *
1131 static struct swapout_io_completion *
1147 vm_swapout_complete_soc(struct swapout_io_completion *soc) in vm_swapout_complete_soc()
1206 struct swapout_io_completion *soc; in vm_swapout_thread()
1386 struct swapout_io_completion *soc; in vm_swapout_iodone()
1388 soc = (struct swapout_io_completion *)io_context; in vm_swapout_iodone()
1714 …et_t addr, uint64_t *f_offset, uint32_t size, c_segment_t c_seg, struct swapout_io_completion *soc) in vm_swap_put()