Lines Matching refs:sdt_count
75 static unsigned long sdt_count; /* Table count */ variable
259 for (i = 0; i < sdt_count; i++) { in acpi_get_table_header_early()
319 for (i = 0; i < sdt_count; i++) { in acpi_table_parse_madt_family()
379 for (i = 0; i < sdt_count; i++) { in acpi_table_parse()
437 sdt_count = (header->length - sizeof(struct acpi_table_header)) >> 3; in acpi_table_get_sdt()
438 if (sdt_count > ACPI_MAX_TABLES) { in acpi_table_get_sdt()
440 (sdt_count - ACPI_MAX_TABLES)); in acpi_table_get_sdt()
441 sdt_count = ACPI_MAX_TABLES; in acpi_table_get_sdt()
444 for (i = 0; i < sdt_count; i++) in acpi_table_get_sdt()
483 sdt_count = (header->length - sizeof(struct acpi_table_header)) >> 2; in acpi_table_get_sdt()
484 if (sdt_count > ACPI_MAX_TABLES) { in acpi_table_get_sdt()
486 (sdt_count - ACPI_MAX_TABLES)); in acpi_table_get_sdt()
487 sdt_count = ACPI_MAX_TABLES; in acpi_table_get_sdt()
490 for (i = 0; i < sdt_count; i++) in acpi_table_get_sdt()
501 for (i = 0; i < sdt_count; i++) { in acpi_table_get_sdt()