Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c6235 #define MAX_OFFSET_PAGES (255) macro
6236 uint64_t uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES];
6237 uint64_t uncompressed_file1_space_bitmap[MAX_OFFSET_PAGES];
6270 uint64_t maxvaddr = (uint64_t)&uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES]; in vm_uncompressed_return_space_to_swap()
6318 uint64_t maxvaddr = (uint64_t)&uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES]; in vm_uncompressed_reserve_space_in_swap()
6366 uint64_t size = (MAX_OFFSET_PAGES * 1024 * 1024ULL); in vm_uncompressed_put()
6374 bzero(uncompressed_file0_space_bitmap, sizeof(uint64_t) * MAX_OFFSET_PAGES); in vm_uncompressed_put()
6386 bzero(uncompressed_file1_space_bitmap, sizeof(uint64_t) * MAX_OFFSET_PAGES); in vm_uncompressed_put()