Searched refs:acpi_gbl_lo_history (Results 1 – 1 of 1) sorted by relevance
61 static u16 acpi_gbl_lo_history = 0; variable117 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { in acpi_db_add_to_history()118 acpi_gbl_lo_history++; in acpi_db_add_to_history()119 if (acpi_gbl_lo_history >= HISTORY_SIZE) { in acpi_db_add_to_history()120 acpi_gbl_lo_history = 0; in acpi_db_add_to_history()152 history_index = acpi_gbl_lo_history; in acpi_db_display_history()220 history_index = acpi_gbl_lo_history; in acpi_db_get_history_by_index()