Searched refs:AcquisitionDepth (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexmutex.c272 ObjDesc->Mutex.AcquisitionDepth++;
297 ObjDesc->Mutex.AcquisitionDepth = 1;
364 ObjDesc->Mutex.AcquisitionDepth, WalkState->Thread));
369 if (ACPI_SUCCESS (Status) && ObjDesc->Mutex.AcquisitionDepth == 1)
387 ObjDesc->Mutex.AcquisitionDepth));
425 if (ObjDesc->Mutex.AcquisitionDepth == 0)
432 ObjDesc->Mutex.AcquisitionDepth--;
433 if (ObjDesc->Mutex.AcquisitionDepth != 0)
563 PreviousSyncLevel, ObjDesc->Mutex.AcquisitionDepth,
572 if (ObjDesc->Mutex.AcquisitionDepth
[all...]
H A Dexdump.c234 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Mutex.AcquisitionDepth), "Acquire Depth"},
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsmethod.c543 ObjDesc->Method.Mutex->Mutex.AcquisitionDepth++;
860 MethodDesc->Method.Mutex->Mutex.AcquisitionDepth--;
861 if (!MethodDesc->Method.Mutex->Mutex.AcquisitionDepth)
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h257 UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */ member in struct:acpi_object_mutex

Completed in 78 milliseconds