Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Ddbhistry.c19 #define HISTORY_SIZE 40 macro
26 static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE];
82 if ((acpi_gbl_num_history == HISTORY_SIZE) && in acpi_db_add_to_history()
85 if (acpi_gbl_lo_history >= HISTORY_SIZE) { in acpi_db_add_to_history()
91 if (acpi_gbl_next_history_index >= HISTORY_SIZE) { in acpi_db_add_to_history()
96 if (acpi_gbl_num_history < HISTORY_SIZE) { in acpi_db_add_to_history()
132 if (history_index >= HISTORY_SIZE) { in acpi_db_display_history()
198 if (history_index >= HISTORY_SIZE) { in acpi_db_get_history_by_index()