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