Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c6332 vm_uncompressed_extract_swap_offset(int slot) in vm_uncompressed_extract_swap_offset() function
6343 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6360 uint32_t free_offset = vm_uncompressed_extract_swap_offset(slot); in vm_uncompressed_return_space_to_swap()
6485 uncompress_offset = vm_uncompressed_extract_swap_offset(swapinfo); in vm_uncompressed_put()
6531 uint64_t uncompress_offset = vm_uncompressed_extract_swap_offset(*slot); in vm_uncompressed_get()