Searched refs:TableCount (Results 1 – 2 of 2) sorted by relevance
476 UINT32 TableCount; in AcpiTbResizeRootTableList() local494 TableCount = AcpiGbl_RootTableList.MaxTableCount; in AcpiTbResizeRootTableList()498 TableCount = AcpiGbl_RootTableList.CurrentTableCount; in AcpiTbResizeRootTableList()502 ((ACPI_SIZE) TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT) * in AcpiTbResizeRootTableList()515 (ACPI_SIZE) TableCount * sizeof (ACPI_TABLE_DESC)); in AcpiTbResizeRootTableList()525 TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT; in AcpiTbResizeRootTableList()
295 UINT32 TableCount; in AcpiTbParseRootTable() local387 TableCount = (UINT32) ((Table->Length - sizeof (ACPI_TABLE_HEADER)) / in AcpiTbParseRootTable()400 for (i = 0; i < TableCount; i++) in AcpiTbParseRootTable()