Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c102 struct osl_table_info *gbl_table_list_head = NULL; variable
291 if (!gbl_table_list_head) { in osl_add_table_to_list()
292 gbl_table_list_head = new_info; in osl_add_table_to_list()
294 next = gbl_table_list_head; in osl_add_table_to_list()
371 info = gbl_table_list_head; in acpi_os_get_table_by_index()