Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp916 OSSharedPtr<OSNumber> currentCount; in logVariable() local
963 currentCount.reset(OSDynamicCast(OSNumber, existingEntry->getObject(opCountKey)), OSRetain); in logVariable()
965 if (currentCount == nullptr) { in logVariable()
966 currentCount = OSNumber::withNumber(1, 64); in logVariable()
968 currentCount->addValue(1); in logVariable()
971 existingEntry->setObject(opCountKey, currentCount); in logVariable()