OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcquisitionDepth
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exmutex.c
200
ObjDesc->Mutex.
AcquisitionDepth
++;
225
ObjDesc->Mutex.
AcquisitionDepth
= 1;
292
ObjDesc->Mutex.
AcquisitionDepth
, WalkState->Thread));
297
if (ACPI_SUCCESS (Status) && ObjDesc->Mutex.
AcquisitionDepth
== 1)
315
ObjDesc->Mutex.
AcquisitionDepth
));
353
if (ObjDesc->Mutex.
AcquisitionDepth
== 0)
360
ObjDesc->Mutex.
AcquisitionDepth
--;
361
if (ObjDesc->Mutex.
AcquisitionDepth
!= 0)
491
PreviousSyncLevel, ObjDesc->Mutex.
AcquisitionDepth
,
500
if (ObjDesc->Mutex.
AcquisitionDepth
== 0
[
all
...]
exdump.c
162
{ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Mutex.
AcquisitionDepth
), "Acquire Depth"},
/src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c
479
ObjDesc->Method.Mutex->Mutex.
AcquisitionDepth
++;
855
MethodDesc->Method.Mutex->Mutex.
AcquisitionDepth
--;
856
if (!MethodDesc->Method.Mutex->Mutex.
AcquisitionDepth
)
/src/sys/external/bsd/acpica/dist/include/
acobject.h
187
UINT16
AcquisitionDepth
; /* Allow multiple Acquires, same thread */
Completed in 17 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026