Searched defs:acpi_object_mutex (Results 1 – 1 of 1) sorted by relevance
181 typedef struct acpi_object_mutex struct184 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */185 UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */186 ACPI_MUTEX OsMutex; /* Actual OS synchronization object */187 ACPI_THREAD_ID ThreadId; /* Current owner of the mutex */188 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */189 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */190 union acpi_operand_object *Next; /* Link for list of acquired mutexes */191 ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */192 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */