Searched refs:map_size (Results 1 – 1 of 1) sorted by relevance
99 size_t map_size = size >> PAGE_SIZE_SHIFT; in novm_init_helper() local101 if (map == NULL || default_map_size < map_size) { in novm_init_helper()106 while (start - arena_start < map_size) { in novm_init_helper()109 map_size--; in novm_init_helper()112 if ((char *)start - (map + ROUNDUP(map_size, 4)) >= MINIMUM_USEFUL_UNALIGNED_SIZE) { in novm_init_helper()113 n->unaligned_area = map + ROUNDUP(map_size, 4); in novm_init_helper()114 n->unaligned_size = (char *)start - (map + ROUNDUP(map_size, 4)); in novm_init_helper()122 memset(n->map, 0, map_size); in novm_init_helper()123 n->pages = map_size; in novm_init_helper()
Completed in 2 milliseconds