Searched defs:acpi_object_mutex (Results 1 – 1 of 1) sorted by relevance
154 struct acpi_object_mutex { struct155 ACPI_OBJECT_COMMON_HEADER u8 sync_level; /* 0-15, specified in Mutex() call */156 u16 acquisition_depth; /* Allow multiple Acquires, same thread */157 acpi_mutex os_mutex; /* Actual OS synchronization object */158 acpi_thread_id thread_id; /* Current owner of the mutex */159 struct acpi_thread_state *owner_thread; /* Current owner of the mutex */160 union acpi_operand_object *prev; /* Link for list of acquired mutexes */161 union acpi_operand_object *next; /* Link for list of acquired mutexes */162 struct acpi_namespace_node *node; /* Containing namespace node */163 u8 original_sync_level; /* Owner's original sync level (0-15) */