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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c149 Cache->CurrentDepth--;
227 if (Cache->CurrentDepth >= Cache->MaxDepth)
252 Cache->CurrentDepth++;
307 Cache->CurrentDepth--;
/freebsd-11.0-release/sys/contrib/dev/acpica/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);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp96 CurrentDepth(0),
143 ScopedIncrement ScopedDepth(&CurrentDepth);
147 ScopedIncrement ScopedDepth(&CurrentDepth);
163 ScopedIncrement ScopedDepth(&CurrentDepth);
175 ScopedIncrement ScopedDepth(&CurrentDepth);
186 ScopedIncrement ScopedDepth(&CurrentDepth);
192 ScopedIncrement ScopedDepth(&CurrentDepth);
214 CurrentDepth = 0;
240 // 0 < CurrentDepth <= MaxDepth.
246 if (CurrentDepth
284 int CurrentDepth; member in class:clang::ast_matchers::internal::__anon3705::MatchChildASTVisitor
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h1332 UINT16 CurrentDepth; member in struct:acpi_memory_list
/freebsd-11.0-release/sys/dev/mps/mpi/
H A Dmpi2_ioc.h561 U16 CurrentDepth; /* 0x02 */ member in struct:_MPI2_EVENT_DATA_TASK_SET_FULL
/freebsd-11.0-release/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h662 U16 CurrentDepth; /* 02h */ member in struct:_EVENT_DATA_QUEUE_FULL
/freebsd-11.0-release/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h713 U16 CurrentDepth; /* 0x02 */ member in struct:_MPI2_EVENT_DATA_TASK_SET_FULL
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c2451 pqf->CurrentDepth = le16toh(pqf->CurrentDepth);
2455 pqf->Bus, pqf->TargetID, pqf->CurrentDepth);
2474 crs.openings = pqf->CurrentDepth - 1;

Completed in 228 milliseconds