Lines Matching defs:owner_thread
37 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread;
171 obj_desc->mutex.owner_thread = NULL; /* Used only for AML Acquire() */
241 obj_desc->mutex.owner_thread = walk_state->thread;
303 if (obj_desc->mutex.owner_thread) {
308 obj_desc->mutex.owner_thread = NULL;
343 struct acpi_thread_state *owner_thread;
352 owner_thread = obj_desc->mutex.owner_thread;
356 if (!owner_thread) {
376 if ((owner_thread->thread_id != walk_state->thread->thread_id) &&
382 (u32)owner_thread->thread_id));
393 if (obj_desc->mutex.sync_level != owner_thread->current_sync_level) {
409 owner_thread->acquired_mutex_list->mutex.original_sync_level;
429 owner_thread->current_sync_level = previous_sync_level;
501 obj_desc->mutex.owner_thread = NULL;