Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1128 struct swapout_io_completion vm_swapout_ctx[VM_SWAPOUT_LIMIT_MAX]; variable
1140 if (vm_swapout_ctx[i].swp_io_busy == 0) { in vm_swapout_find_free_soc()
1141 return &vm_swapout_ctx[i]; in vm_swapout_find_free_soc()
1156 if (vm_swapout_ctx[i].swp_io_done) { in vm_swapout_find_done_soc()
1157 return &vm_swapout_ctx[i]; in vm_swapout_find_done_soc()