Searched refs:ACPI_MTX_INTERPRETER (Results 1 – 3 of 3) sorted by relevance
57 status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER); in acpi_ex_enter_interpreter()103 status = acpi_ut_release_mutex(ACPI_MTX_INTERPRETER); in acpi_ex_exit_interpreter()
754 acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER); in acpi_db_test_field_unit_type()769 acpi_ut_release_mutex(ACPI_MTX_INTERPRETER); in acpi_db_test_field_unit_type()
46 #define ACPI_MTX_INTERPRETER 0 /* AML Interpreter, main lock */ macro