Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c6623 vm_uncompressed_extract_swap_offset(int slot) in vm_uncompressed_extract_swap_offset() function
6634 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6651 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6776 uncompress_offset = vm_uncompressed_extract_swap_offset(swapinfo); in vm_uncompressed_put()
6822 uint64_t uncompress_offset = vm_uncompressed_extract_swap_offset(*slot); in vm_uncompressed_get()