Searched refs:overlap_list (Results 1 – 1 of 1) sorted by relevance
288 static struct e820_entry *overlap_list[E820_MAX_ENTRIES] __initdata; variable376 overlap_list[overlap_entries++] = change_point[chg_idx]->entry; in e820__update_table()380 if (overlap_list[i] == change_point[chg_idx]->entry) in e820__update_table()381 overlap_list[i] = overlap_list[overlap_entries-1]; in e820__update_table()392 if (overlap_list[i]->type > current_type) in e820__update_table()393 current_type = overlap_list[i]->type; in e820__update_table()