Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c196 unsigned int swapfile_index = 0; in vm_swapfile_for_handle() local
200 swapfile_index = (f_offset >> SWAP_DEVICE_SHIFT); in vm_swapfile_for_handle()
205 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
1560 uint64_t swapfile_index = 0; in vm_swap_put() local
1602 swapfile_index = swf->swp_index; in vm_swap_put()
1670 *f_offset = (swapfile_index << SWAP_DEVICE_SHIFT) | file_offset; in vm_swap_put()