Searched refs:overlap_list (Results 1 – 1 of 1) sorted by relevance
287 static struct e820_entry *overlap_list[E820_MAX_ENTRIES] __initdata; variable361 overlap_list[overlap_entries++] = change_point[chg_idx]->entry; in e820__update_table()365 if (overlap_list[i] == change_point[chg_idx]->entry) in e820__update_table()366 overlap_list[i] = overlap_list[overlap_entries-1]; in e820__update_table()377 if (overlap_list[i]->type > current_type) in e820__update_table()378 current_type = overlap_list[i]->type; in e820__update_table()