Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Ddbhistry.c19 #define HISTORY_SIZE 40 macro
26 static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE];
81 if ((acpi_gbl_num_history == HISTORY_SIZE) && in acpi_db_add_to_history()
84 if (acpi_gbl_lo_history >= HISTORY_SIZE) { in acpi_db_add_to_history()
90 if (acpi_gbl_next_history_index >= HISTORY_SIZE) { in acpi_db_add_to_history()
95 if (acpi_gbl_num_history < HISTORY_SIZE) { in acpi_db_add_to_history()
131 if (history_index >= HISTORY_SIZE) { in acpi_db_display_history()
197 if (history_index >= HISTORY_SIZE) { in acpi_db_get_history_by_index()