HISTORY_SIZE       26 drivers/acpi/acpica/dbhistry.c static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE];
HISTORY_SIZE       82 drivers/acpi/acpica/dbhistry.c 	if ((acpi_gbl_num_history == HISTORY_SIZE) &&
HISTORY_SIZE       85 drivers/acpi/acpica/dbhistry.c 		if (acpi_gbl_lo_history >= HISTORY_SIZE) {
HISTORY_SIZE       91 drivers/acpi/acpica/dbhistry.c 	if (acpi_gbl_next_history_index >= HISTORY_SIZE) {
HISTORY_SIZE       96 drivers/acpi/acpica/dbhistry.c 	if (acpi_gbl_num_history < HISTORY_SIZE) {
HISTORY_SIZE      132 drivers/acpi/acpica/dbhistry.c 		if (history_index >= HISTORY_SIZE) {
HISTORY_SIZE      198 drivers/acpi/acpica/dbhistry.c 		if (history_index >= HISTORY_SIZE) {