Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_03.T.out2 Type InUse MemUse HighUse Requests Size(s)
H A Dtest_03.H.out1 …ss="title"> Type</div><div class="text"> </div><div class="title">InUse</div><div class="t…
H A Dtest_03.HP.out9 <div class="title">InUse</div>
H A Dtest_03.HIPx.out9 <div class="title">InUse</div>
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c463 smIOCommand[i].InUse = agFALSE; in smIOInit()
489 smIORequestBody->InUse = agTRUE; in smIOReInit()
H A Dsmtypes.h274 bit32 InUse; member
H A Dsmsat.c705 if (smIORequestBody->InUse == agTRUE) in smDequeueIO()
1471 if (smIORequestBody->InUse == agTRUE) in smEnqueueIO()
1473 smIORequestBody->InUse = agFALSE; in smEnqueueIO()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h882 const uptr InUse = in getStats() local
884 const uptr BytesInFreeList = Sci->AllocatedUser - InUse * BlockSize; in getStats()
896 InUse, AvailableChunks, Sci->ReleaseInfo.RangesReleased, in getStats()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp663 InUse = false; in ~DefinitionGenerator()
2318 DG->InUse = false; in OL_resumeLookupAfterGeneration()
2462 if (DG->InUse) { in OL_applyQueryPhase1()
2466 DG->InUse = true; in OL_applyQueryPhase1()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h964 bool InUse = false; variable