Home
last modified time | relevance | path

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

/linux-3.3/drivers/acpi/acpica/
Dutxfmutex.c79 union acpi_operand_object *mutex_obj; in acpi_ut_get_mutex_object() local
108 mutex_obj = acpi_ns_get_attached_object(mutex_node); in acpi_ut_get_mutex_object()
109 if (!mutex_obj) { in acpi_ut_get_mutex_object()
113 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()
139 union acpi_operand_object *mutex_obj; in acpi_acquire_mutex() local
143 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in acpi_acquire_mutex()
150 status = acpi_os_acquire_mutex(mutex_obj->mutex.os_mutex, timeout); in acpi_acquire_mutex()
174 union acpi_operand_object *mutex_obj; in acpi_release_mutex() local
178 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in acpi_release_mutex()
185 acpi_os_release_mutex(mutex_obj->mutex.os_mutex); in acpi_release_mutex()