Searched refs:last_type (Results 1 – 1 of 1) sorted by relevance
326 enum e820_type current_type, last_type; in e820__update_table() local368 last_type = 0; /* Start with undefined memory type */ in e820__update_table()397 if (current_type != last_type || e820_nomerge(current_type)) { in e820__update_table()398 if (last_type != 0) { in e820__update_table()411 last_type = current_type; in e820__update_table()