Searched refs:unmapped_space_after (Results 1 – 2 of 2) sorted by relevance
141 range.unmapped_space_after = UINT64_MAX - range.size - page_offset; in MapWithID()151 range.unmapped_space_after = in MapWithID()179 end_of_existing_mapping + existing_mapping.unmapped_space_after; in MapWithID()186 range.unmapped_space_after = in MapWithID()188 existing_mapping.unmapped_space_after = in MapWithID()191 if (existing_mapping.unmapped_space_after < range.size) continue; in MapWithID()194 range.unmapped_space_after = in MapWithID()195 existing_mapping.unmapped_space_after - range.size; in MapWithID()196 existing_mapping.unmapped_space_after = 0; in MapWithID()264 previous_range_iter->unmapped_space_after += in Unmap()[all …]
97 uint64_t unmapped_space_after; member