Searched refs:MAX_OFFSET_PAGES (Results 1 – 1 of 1) sorted by relevance
6235 #define MAX_OFFSET_PAGES (255) macro6236 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()