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