Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance
620 int oldCount = sStalled->capacity; in OSMetaClass() local621 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()
1442 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() local3254 oldCount = idleSleepPreventersCount(); in updatePreventIdleSleepList()3260 IOService * service, bool addNotRemove, unsigned int oldCount) in updatePreventIdleSleepListInternal() argument3295 if ((oldCount == 0) && (newCount != 0)) { in updatePreventIdleSleepListInternal()3301 } else if ((oldCount != 0) && (newCount == 0)) { in updatePreventIdleSleepListInternal()3341 unsigned int oldCount, newCount; in updatePreventSystemSleepList() local3348 oldCount = preventSystemSleepList->getCount(); in updatePreventSystemSleepList()[all …]
569 IOService * service, bool addNotRemove, unsigned int oldCount);