Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c6253 vm_uncompressed_extract_swap_offset(int slot) in vm_uncompressed_extract_swap_offset() function
6264 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6281 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6406 uncompress_offset = vm_uncompressed_extract_swap_offset(swapinfo); in vm_uncompressed_put()
6452 uint64_t uncompress_offset = vm_uncompressed_extract_swap_offset(*slot); in vm_uncompressed_get()