Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dtbdata.c450 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
472 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
480 acpi_gbl_root_table_list.flags |= ACPI_ROOT_ORIGIN_ALLOCATED; in acpi_tb_resize_root_table_list()
558 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_terminate()
Dtbxface.c177 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in ACPI_EXPORT_SYMBOL_INIT()
Daclocal.h219 #define ACPI_ROOT_ORIGIN_ALLOCATED (1) macro