Searched defs:acpi_thread_state (Results 1 – 1 of 1) sorted by relevance
620 struct acpi_thread_state { struct621 ACPI_STATE_COMMON u8 current_sync_level; /* Mutex Sync (nested acquire) level */622 struct acpi_walk_state *walk_state_list; /* Head of list of walk_states for this thread */623 union acpi_operand_object *acquired_mutex_list; /* List of all currently acquired mutexes */624 acpi_thread_id thread_id; /* Running thread ID */
Completed in 11 milliseconds