Searched refs:acpi_gbl_lo_history (Results 1 – 1 of 1) sorted by relevance
27 static u16 acpi_gbl_lo_history = 0; variable83 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { in acpi_db_add_to_history()84 acpi_gbl_lo_history++; in acpi_db_add_to_history()85 if (acpi_gbl_lo_history >= HISTORY_SIZE) { in acpi_db_add_to_history()86 acpi_gbl_lo_history = 0; in acpi_db_add_to_history()118 history_index = acpi_gbl_lo_history; in acpi_db_display_history()186 history_index = acpi_gbl_lo_history; in acpi_db_get_history_by_index()