Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dutmisc.c182 status = acpi_ut_acquire_mutex(ACPI_MTX_CACHES); in acpi_ut_allocate_owner_id()
251 (void)acpi_ut_release_mutex(ACPI_MTX_CACHES); in acpi_ut_allocate_owner_id()
291 status = acpi_ut_acquire_mutex(ACPI_MTX_CACHES); in acpi_ut_release_owner_id()
315 (void)acpi_ut_release_mutex(ACPI_MTX_CACHES); in acpi_ut_release_owner_id()
Daclocal.h84 #define ACPI_MTX_CACHES 4 /* Internal caches, general purposes */ macro