Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dtbdata.c605 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
633 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
641 acpi_gbl_root_table_list.flags |= ACPI_ROOT_ORIGIN_ALLOCATED; in acpi_tb_resize_root_table_list()
719 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_terminate()
H A Dtbxface.c147 if ((acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) && in ACPI_EXPORT_SYMBOL_INIT()
191 acpi_gbl_root_table_list.flags |= ACPI_ROOT_ORIGIN_ALLOCATED; in ACPI_EXPORT_SYMBOL_INIT()
H A Daclocal.h186 #define ACPI_ROOT_ORIGIN_ALLOCATED (1) macro