Searched refs:ACPI_METHOD_IGNORE_SYNC_LEVEL (Results 1 – 2 of 2) sorted by relevance
148 (ACPI_METHOD_SERIALIZED | ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_detect_named_opcodes()343 info_flags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) in acpi_ds_begin_method_execution()393 ACPI_METHOD_IGNORE_SYNC_LEVEL)) { in acpi_ds_begin_method_execution()831 ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_terminate_control_method()
167 #define ACPI_METHOD_IGNORE_SYNC_LEVEL 0x10 /* Method was auto-serialized at table load time */ macro