acpi_gbl_lo_history   27 drivers/acpi/acpica/dbhistry.c static u16 acpi_gbl_lo_history = 0;
acpi_gbl_lo_history   83 drivers/acpi/acpica/dbhistry.c 	    (acpi_gbl_next_history_index == acpi_gbl_lo_history)) {
acpi_gbl_lo_history   84 drivers/acpi/acpica/dbhistry.c 		acpi_gbl_lo_history++;
acpi_gbl_lo_history   85 drivers/acpi/acpica/dbhistry.c 		if (acpi_gbl_lo_history >= HISTORY_SIZE) {
acpi_gbl_lo_history   86 drivers/acpi/acpica/dbhistry.c 			acpi_gbl_lo_history = 0;
acpi_gbl_lo_history  118 drivers/acpi/acpica/dbhistry.c 	history_index = acpi_gbl_lo_history;
acpi_gbl_lo_history  186 drivers/acpi/acpica/dbhistry.c 	history_index = acpi_gbl_lo_history;