Searched refs:acpi_gbl_next_history_index (Results 1 – 1 of 1) sorted by relevance
29 static u16 acpi_gbl_next_history_index = 0; variable55 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command != in acpi_db_add_to_history()59 strlen(acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()64 [acpi_gbl_next_history_index].command); in acpi_db_add_to_history()65 acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()69 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command = in acpi_db_add_to_history()76 acpi_gbl_history_buffer[acpi_gbl_next_history_index].cmd_num = in acpi_db_add_to_history()82 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { in acpi_db_add_to_history()89 acpi_gbl_next_history_index++; in acpi_db_add_to_history()90 if (acpi_gbl_next_history_index >= HISTORY_SIZE) { in acpi_db_add_to_history()[all …]
Completed in 3 milliseconds