Searched refs:HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance
163 #define HISTORY_SIZE 40 macro174 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];234 if ((AcpiGbl_NumHistory == HISTORY_SIZE) && in AcpiDbAddToHistory()238 if (AcpiGbl_LoHistory >= HISTORY_SIZE) in AcpiDbAddToHistory()245 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE) in AcpiDbAddToHistory()251 if (AcpiGbl_NumHistory < HISTORY_SIZE) in AcpiDbAddToHistory()292 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbDisplayHistory()370 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbGetHistoryByIndex()