Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c210 unsigned int swapfile_index = 0; in vm_swapfile_for_handle() local
214 swapfile_index = (f_offset >> SWAP_DEVICE_SHIFT); in vm_swapfile_for_handle()
219 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
1719 uint64_t swapfile_index = 0; in vm_swap_put() local
1760 swapfile_index = swf->swp_index; in vm_swap_put()
1829 *f_offset = (swapfile_index << SWAP_DEVICE_SHIFT) | file_offset; in vm_swap_put()