Searched refs:MAX_OFFSET_PAGES (Results 1 – 1 of 1) sorted by relevance
6261 #define MAX_OFFSET_PAGES (255) macro6262 uint64_t uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES];6263 uint64_t uncompressed_file1_space_bitmap[MAX_OFFSET_PAGES];6296 uint64_t maxvaddr = (uint64_t)&uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES]; in vm_uncompressed_return_space_to_swap()6344 uint64_t maxvaddr = (uint64_t)&uncompressed_file0_space_bitmap[MAX_OFFSET_PAGES]; in vm_uncompressed_reserve_space_in_swap()6392 uint64_t size = (MAX_OFFSET_PAGES * 1024 * 1024ULL); in vm_uncompressed_put()6400 bzero(uncompressed_file0_space_bitmap, sizeof(uint64_t) * MAX_OFFSET_PAGES); in vm_uncompressed_put()6412 bzero(uncompressed_file1_space_bitmap, sizeof(uint64_t) * MAX_OFFSET_PAGES); in vm_uncompressed_put()