Searched refs:numSources (Results 1 – 3 of 3) sorted by relevance
613 numSources = sources; in initCPUInterruptController()616 vectors = (IOInterruptVector *)zalloc_permanent(numSources * in initCPUInterruptController()620 for (cnt = 0; cnt < numSources; cnt++) { in initCPUInterruptController()623 for (cnt = 0; cnt < numSources; cnt++) { in initCPUInterruptController()632 ml_set_max_cpus(numSources); in initCPUInterruptController()660 specifier = OSArray::withCapacity(numSources); in setCPUInterruptProperties()661 for (cnt = 0; cnt < numSources; cnt++) { in setCPUInterruptProperties()668 controller = OSArray::withCapacity(numSources); in setCPUInterruptProperties()669 for (cnt = 0; cnt < numSources; cnt++) { in setCPUInterruptProperties()710 if (source >= numSources) { in registerInterrupt()
8601 unsigned int numSources; in resolveInterrupt() local8613 numSources = array->getCount(); in resolveInterrupt()8614 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()8615 interruptSourcesPrivate = IONewZero(IOInterruptSourcePrivate, numSources); in resolveInterrupt()8618 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()8619 IODelete(interruptSourcesPrivate, IOInterruptSourcePrivate, numSources); in resolveInterrupt()8623 nub->_numInterruptSources = numSources; in resolveInterrupt()
121 int numSources; variable