Lines Matching refs:withCapacity
385 static OSData *sCpuDelayData = OSData::withCapacity(8 * sizeof(CpuDelayEntry));
549 gNotifications = OSDictionary::withCapacity( 1 ); in initialize()
628 gExclaveProxyStates = OSDictionary::withCapacity( 1 ); in initialize()
646 gJobs = OSOrderedSet::withCapacity( 10 ); in initialize()
677 gIOTerminatePhase2List = OSArray::withCapacity( 2 ); in initialize()
678 gIOStopList = OSArray::withCapacity( 16 ); in initialize()
679 gIOStopProviderList = OSArray::withCapacity( 16 ); in initialize()
680 gIOFinalizeList = OSArray::withCapacity( 16 ); in initialize()
683 gIOMatchDeferList = OSArray::withCapacity( 16 ); in initialize()
690 gDriverKitLaunches = OSSet::withCapacity(0); in initialize()
2154 copyArray = OSArray::withCapacity(1); in applyToInterestNotifiers()
2586 makeInactive = OSArray::withCapacity( 16 ); in terminatePhase1()
2587 waitingInactive = OSArray::withCapacity( 16 ); in terminatePhase1()
3184 doPhase2List = OSArray::withCapacity( 16 ); in terminateWorker()
3185 didPhase2List = OSArray::withCapacity( 16 ); in terminateWorker()
3186 freeList = OSSet::withCapacity( 16 ); in terminateWorker()
4011 kexts = OSSet::withCapacity(1); in probeCandidates()
4027 familyMatches = OSOrderedSet::withCapacity( 1, in probeCandidates()
4126 startDict = OSDictionary::withCapacity( 1 ); in probeCandidates()
4132 startList = OSOrderedSet::withCapacity( 1, in probeCandidates()
4357 gIOMatchDeferList = OSArray::withCapacity( 16 ); in userSpaceWillReboot()
4401 fUserServers = OSArray::withCapacity(4); in init()
4402 fMatchingWork = OSArray::withCapacity(4); in init()
5067 set = OSSet::withCapacity( 1 ); in addNeededResource()
5727 leaves = OSOrderedSet::withCapacity(4); in waitQuietWithOptions()
6104 OSSerialize * s = OSSerialize::withCapacity(128); in copyExistingServices()
6203 OSSerialize * s1 = OSSerialize::withCapacity(128); in copyExistingServices()
6204 OSSerialize * s2 = OSSerialize::withCapacity(128); in copyExistingServices()
6315 set = OSOrderedSet::withCapacity( 1, in setNotification()
6725 willSend = OSArray::withCapacity(8); in copyNotifiers()
6765 table = OSDictionary::withCapacity( 2 ); in serviceMatching()
6824 table = OSDictionary::withCapacity( 2 ); in nameMatching()
6940 properties = OSDictionary::withCapacity( 2 ); in propertyMatching()
6947 table = OSDictionary::withCapacity( 2 ); in propertyMatching()
6984 table = OSDictionary::withCapacity( 2 ); in registryEntryIDMatching()
7591 dict = OSDictionary::withCapacity( 1 ); in addLocation()
7985 aliasServiceRegIds = OSArray::withCapacity(sizeof(alternateRegistryID)); in matchPassive()
8028 OSSerialize * s = OSSerialize::withCapacity(128); in matchPassive()
8512 sCpuLatencyHandlers[delayType] = OSArray::withCapacity(4); in setLatencyHandler()