Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c211 unsigned int swapfile_index = 0; in vm_swapfile_for_handle() local
215 swapfile_index = (f_offset >> SWAP_DEVICE_SHIFT); in vm_swapfile_for_handle()
220 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
1704 uint64_t swapfile_index = 0; in vm_swap_put() local
1746 swapfile_index = swf->swp_index; in vm_swap_put()
1814 *f_offset = (swapfile_index << SWAP_DEVICE_SHIFT) | file_offset; in vm_swap_put()