HISTORY_SIZE
if (history_index >= HISTORY_SIZE) {
if (history_index >= HISTORY_SIZE) {
static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE];
if ((acpi_gbl_num_history == HISTORY_SIZE) &&
if (acpi_gbl_lo_history >= HISTORY_SIZE) {
if (acpi_gbl_next_history_index >= HISTORY_SIZE) {
if (acpi_gbl_num_history < HISTORY_SIZE) {