Home
last modified time | relevance | path

Searched refs:OwnerThread (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexmutex.c184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread; in AcpiExUnlinkMutex()
409 ObjDesc->Mutex.OwnerThread = WalkState->Thread; in AcpiExAcquireMutex()
476 if (ObjDesc->Mutex.OwnerThread) in AcpiExReleaseMutexObject()
481 ObjDesc->Mutex.OwnerThread = NULL; in AcpiExReleaseMutexObject()
521 ACPI_THREAD_STATE *OwnerThread; in AcpiExReleaseMutex() local
533 OwnerThread = ObjDesc->Mutex.OwnerThread; in AcpiExReleaseMutex()
537 if (!OwnerThread) in AcpiExReleaseMutex()
566 (UINT32) OwnerThread->ThreadId)); in AcpiExReleaseMutex()
593 OwnerThread->AcquiredMutexList->Mutex.OriginalSyncLevel; in AcpiExReleaseMutex()
612 OwnerThread->CurrentSyncLevel = PreviousSyncLevel; in AcpiExReleaseMutex()
[all …]
H A Dexdump.c269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member