Searched refs:mutex_obj (Results 1 – 1 of 1) sorted by relevance
43 union acpi_operand_object *mutex_obj; in acpi_ut_get_mutex_object() local72 mutex_obj = acpi_ns_get_attached_object(mutex_node); in acpi_ut_get_mutex_object()73 if (!mutex_obj) { in acpi_ut_get_mutex_object()77 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()103 union acpi_operand_object *mutex_obj; in acpi_acquire_mutex() local107 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in acpi_acquire_mutex()114 status = acpi_os_acquire_mutex(mutex_obj->mutex.os_mutex, timeout); in acpi_acquire_mutex()139 union acpi_operand_object *mutex_obj; in ACPI_EXPORT_SYMBOL() local143 status = acpi_ut_get_mutex_object(handle, pathname, &mutex_obj); in ACPI_EXPORT_SYMBOL()150 acpi_os_release_mutex(mutex_obj->mutex.os_mutex); in ACPI_EXPORT_SYMBOL()