Home
last modified time | relevance | path

Searched refs:table_list_head (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Ddbfileio.c87 struct acpi_new_table_desc *table_list_head; in acpi_db_load_tables() local
92 table_list_head = list_head; in acpi_db_load_tables()
93 while (table_list_head) { in acpi_db_load_tables()
94 table = table_list_head->table; in acpi_db_load_tables()
114 table_list_head = table_list_head->next; in acpi_db_load_tables()