Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c464 smIOCommand[i].InUse = agFALSE; in smIOInit()
490 smIORequestBody->InUse = agTRUE; in smIOReInit()
H A Dsmtypes.h275 bit32 InUse; member
H A Dsmsat.c706 if (smIORequestBody->InUse == agTRUE) in smDequeueIO()
1472 if (smIORequestBody->InUse == agTRUE) in smEnqueueIO()
1474 smIORequestBody->InUse = agFALSE; in smEnqueueIO()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h416 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
421 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()
H A Dprimary64.h414 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
421 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()