Home
last modified time | relevance | path

Searched defs:acpi_object_mutex (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h291 typedef struct acpi_object_mutex struct
294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
295 UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */
296 ACPI_MUTEX OsMutex; /* Actual OS synchronization object */
297 ACPI_THREAD_ID ThreadId; /* Current owner of the mutex */
298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */
299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */
300 union acpi_operand_object *Next; /* Link for list of acquired mutexes */
301 ACPI_NAMESPACE_NODE *Node; /* Containing namespace node */
302 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */