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