Home
last modified time | relevance | path

Searched refs:HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Ddbhistry.c53 #define HISTORY_SIZE 40 macro
60 static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE];
116 if ((acpi_gbl_num_history == HISTORY_SIZE) && in acpi_db_add_to_history()
119 if (acpi_gbl_lo_history >= HISTORY_SIZE) { in acpi_db_add_to_history()
125 if (acpi_gbl_next_history_index >= HISTORY_SIZE) { in acpi_db_add_to_history()
130 if (acpi_gbl_num_history < HISTORY_SIZE) { in acpi_db_add_to_history()
166 if (history_index >= HISTORY_SIZE) { in acpi_db_display_history()
232 if (history_index >= HISTORY_SIZE) { in acpi_db_get_history_by_index()