Searched refs:map_extent (Results 1 – 1 of 1) sorted by relevance
91 PartitionDirectMapExtent* map_extent = in PartitionDirectMap() local93 map_extent->map_size = map_size - kPartitionPageSize - kSystemPageSize; in PartitionDirectMap()94 map_extent->bucket = bucket; in PartitionDirectMap()97 map_extent->next_extent = root->direct_map_list; in PartitionDirectMap()98 if (map_extent->next_extent) in PartitionDirectMap()99 map_extent->next_extent->prev_extent = map_extent; in PartitionDirectMap()100 map_extent->prev_extent = nullptr; in PartitionDirectMap()101 root->direct_map_list = map_extent; in PartitionDirectMap()