Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.c5995 vm_uncompressed_extract_swap_offset(int slot) in vm_uncompressed_extract_swap_offset() function
6006 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6023 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6148 uncompress_offset = vm_uncompressed_extract_swap_offset(swapinfo); in vm_uncompressed_put()
6194 uint64_t uncompress_offset = vm_uncompressed_extract_swap_offset(*slot); in vm_uncompressed_get()