Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp620 int oldCount = sStalled->capacity; in OSMetaClass() local
621 int newCount = oldCount + kKModCapacityIncrement; in OSMetaClass()
633 sizeof(OSMetaClass *) * oldCount); in OSMetaClass()
634 kfree_type(OSMetaClass *, oldCount, oldStalled); in OSMetaClass()
635 OSMETA_ACCUMSIZE(sizeof(OSMetaClass *) * (newCount - oldCount)); in OSMetaClass()
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1442 unsigned int oldCount; in update_aotmode()
1448 oldCount = gRootDomain->idleSleepPreventersCount(); in update_aotmode()
1450 gRootDomain->updatePreventIdleSleepListInternal(NULL, false, oldCount); in update_aotmode()
3252 unsigned int oldCount; in updatePreventIdleSleepList() local
3254 oldCount = idleSleepPreventersCount(); in updatePreventIdleSleepList()
3260 IOService * service, bool addNotRemove, unsigned int oldCount) in updatePreventIdleSleepListInternal() argument
3295 if ((oldCount == 0) && (newCount != 0)) { in updatePreventIdleSleepListInternal()
3301 } else if ((oldCount != 0) && (newCount == 0)) { in updatePreventIdleSleepListInternal()
3341 unsigned int oldCount, newCount; in updatePreventSystemSleepList() local
3348 oldCount = preventSystemSleepList->getCount(); in updatePreventSystemSleepList()
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h569 IOService * service, bool addNotRemove, unsigned int oldCount);