Home
last modified time | relevance | path

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

/test/xts/hats/kernel/purgeableMem/
H A Dpurgeable_cpp_test.cpp31 void LoopPrintAlphabet(PurgeableMem *pdata, unsigned int loopCount);
33 void LoopReclaimPurgeable(unsigned int loopCount);
448 void LoopPrintAlphabet(PurgeableMem *pdata, unsigned int loopCount) in LoopPrintAlphabet() argument
451 for (unsigned int i = 0; i < loopCount; i++) { in LoopPrintAlphabet()
481 void LoopReclaimPurgeable(unsigned int loopCount) in LoopReclaimPurgeable() argument
485 for (unsigned int i = 0; i < loopCount; i++) { in LoopReclaimPurgeable()

Completed in 2 milliseconds