Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.c5990 …uint32_t fileidx = (((uint32_t)slot & UNCOMPRESSED_FILEIDX_OFFSET_MASK) >> UNCOMPRESSED_FILEIDX_SH… in vm_uncompressed_extract_swap_file() local
5991 return fileidx; in vm_uncompressed_extract_swap_file()
6004 uint32_t fileidx = vm_uncompressed_extract_swap_file(slot); in vm_uncompressed_return_space_to_swap() local
6005 if (fileidx == 1) { in vm_uncompressed_return_space_to_swap()
6193 uint32_t fileidx = vm_uncompressed_extract_swap_file(*slot); in vm_uncompressed_get() local
6200 if (fileidx == 1) { in vm_uncompressed_get()