Searched refs:TableCount (Results 1 – 2 of 2) sorted by relevance
477 UINT32 TableCount; in AcpiTbResizeRootTableList() local495 TableCount = AcpiGbl_RootTableList.MaxTableCount; in AcpiTbResizeRootTableList()499 TableCount = AcpiGbl_RootTableList.CurrentTableCount; in AcpiTbResizeRootTableList()503 ((ACPI_SIZE) TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT) * in AcpiTbResizeRootTableList()516 (ACPI_SIZE) TableCount * sizeof (ACPI_TABLE_DESC)); in AcpiTbResizeRootTableList()526 TableCount + ACPI_ROOT_TABLE_SIZE_INCREMENT; in AcpiTbResizeRootTableList()
283 UINT32 TableCount; in AcpiTbParseRootTable() local375 TableCount = (UINT32) ((Table->Length - sizeof (ACPI_TABLE_HEADER)) / in AcpiTbParseRootTable()381 for (i = 0; i < TableCount; i++) in AcpiTbParseRootTable()