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

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

Completed in 107 milliseconds