47 #define _COMPONENT ACPI_UTILITIES
78 status = acpi_ut_create_mutex(i);
130 acpi_ut_delete_mutex(i);
223 #ifdef ACPI_MUTEX_DEBUG
238 "Mutex [%s] already acquired by this thread [%u]",
239 acpi_ut_get_mutex_name
241 (
u32)this_thread_id));
247 "Invalid acquire order: Thread %u owns [%s], wants [%s]",
249 acpi_ut_get_mutex_name(i),
250 acpi_ut_get_mutex_name(mutex_id)));
259 "Thread %u attempting to acquire Mutex [%s]\n",
261 acpi_ut_get_mutex_name(mutex_id)));
267 "Thread %u acquired Mutex [%s]\n",
269 acpi_ut_get_mutex_name(mutex_id)));
275 "Thread %u could not acquire Mutex [0x%X]",
276 (
u32)this_thread_id, mutex_id));
300 acpi_ut_get_mutex_name(mutex_id)));
311 "Mutex [0x%X] is not acquired, cannot release",
316 #ifdef ACPI_MUTEX_DEBUG
335 "Invalid release order: owns [%s], releasing [%s]",
336 acpi_ut_get_mutex_name(i),
337 acpi_ut_get_mutex_name(mutex_id)));