Searched refs:acpi_gbl_lo_history (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Ddbhistry.c61 static u16 acpi_gbl_lo_history = 0; variable
117 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { acpi_db_add_to_history()
118 acpi_gbl_lo_history++; acpi_db_add_to_history()
119 if (acpi_gbl_lo_history >= HISTORY_SIZE) { acpi_db_add_to_history()
120 acpi_gbl_lo_history = 0; acpi_db_add_to_history()
152 history_index = acpi_gbl_lo_history; acpi_db_display_history()
220 history_index = acpi_gbl_lo_history; acpi_db_get_history_by_index()

Completed in 31 milliseconds