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

/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutcache.c149 Cache->CurrentDepth--;
227 if (Cache->CurrentDepth >= Cache->MaxDepth)
252 Cache->CurrentDepth++;
307 Cache->CurrentDepth--;
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbstats.c132 List->CurrentDepth,
134 List->MaxDepth - List->CurrentDepth,
135 (List->CurrentDepth * List->ObjectSize));
H A Ddbexec.c303 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h1331 UINT16 CurrentDepth; member in struct:acpi_memory_list

Completed in 46 milliseconds