Home | History | Annotate | Download | only in executer

Lines Matching refs:AcquisitionDepth

308         ObjDesc->Mutex.AcquisitionDepth++;
333 ObjDesc->Mutex.AcquisitionDepth = 1;
400 ObjDesc->Mutex.AcquisitionDepth, WalkState->Thread));
405 if (ACPI_SUCCESS (Status) && ObjDesc->Mutex.AcquisitionDepth == 1)
423 ObjDesc->Mutex.AcquisitionDepth));
461 if (ObjDesc->Mutex.AcquisitionDepth == 0)
468 ObjDesc->Mutex.AcquisitionDepth--;
469 if (ObjDesc->Mutex.AcquisitionDepth != 0)
599 PreviousSyncLevel, ObjDesc->Mutex.AcquisitionDepth,
608 if (ObjDesc->Mutex.AcquisitionDepth == 0)
619 PreviousSyncLevel, ObjDesc->Mutex.AcquisitionDepth));
662 ObjDesc->Mutex.AcquisitionDepth));
687 ObjDesc->Mutex.AcquisitionDepth = 0;