Searched refs:OwnerThread (Results 1 – 3 of 3) sorted by relevance
184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread; in AcpiExUnlinkMutex()335 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */ in AcpiExAcquireMutexObject()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() local533 OwnerThread = ObjDesc->Mutex.OwnerThread; in AcpiExReleaseMutex()537 if (!OwnerThread) in AcpiExReleaseMutex()559 if ((OwnerThread->ThreadId != WalkState->Thread->ThreadId) && in AcpiExReleaseMutex()566 (UINT32) OwnerThread->ThreadId)); in AcpiExReleaseMutex()[all …]
269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member