Searched refs:OwnerThread (Results 1 – 3 of 3) sorted by relevance
76 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread; in AcpiExUnlinkMutex()227 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */ in AcpiExAcquireMutexObject()301 ObjDesc->Mutex.OwnerThread = WalkState->Thread; in AcpiExAcquireMutex()368 if (ObjDesc->Mutex.OwnerThread) in AcpiExReleaseMutexObject()373 ObjDesc->Mutex.OwnerThread = NULL; in AcpiExReleaseMutexObject()413 ACPI_THREAD_STATE *OwnerThread; in AcpiExReleaseMutex() local425 OwnerThread = ObjDesc->Mutex.OwnerThread; in AcpiExReleaseMutex()429 if (!OwnerThread) in AcpiExReleaseMutex()451 if ((OwnerThread->ThreadId != WalkState->Thread->ThreadId) && in AcpiExReleaseMutex()458 (UINT32) OwnerThread->ThreadId)); in AcpiExReleaseMutex()[all …]
161 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
188 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member