Home
last modified time | relevance | path

Searched refs:CurrentDepth (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c257 Cache->CurrentDepth--; in AcpiOsPurgeCache()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
360 Cache->CurrentDepth++; in AcpiOsReleaseObject()
415 Cache->CurrentDepth--; in AcpiOsAcquireObject()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp96 CurrentDepth(0), in MatchChildASTVisitor()
145 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()
150 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
153 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()
170 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()
182 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()
193 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()
199 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()
227 CurrentDepth = 0; in reset()
263 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c240 List->CurrentDepth, in AcpiDbListInfo()
242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
243 (List->CurrentDepth * List->ObjectSize)); in AcpiDbListInfo()
H A Ddbexec.c427 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactypes.h1460 UINT16 CurrentDepth; member
/freebsd-12.1/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h664 U16 CurrentDepth; /* 02h */ member
/freebsd-12.1/sys/dev/mps/mpi/
H A Dmpi2_ioc.h563 U16 CurrentDepth; /* 0x02 */ member
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_cam.c2458 pqf->CurrentDepth = le16toh(pqf->CurrentDepth); in mpt_cam_event()
2462 pqf->Bus, pqf->TargetID, pqf->CurrentDepth); in mpt_cam_event()
2481 crs.openings = pqf->CurrentDepth - 1; in mpt_cam_event()
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h765 U16 CurrentDepth; /* 0x02 */ member