Lines Matching full:vectors
122 * The actual allocated total vectors may be less than @numvecs when
160 * Allocate vectors for each node according to the ratio of this in alloc_nodes_vectors()
171 * One perfect invariant is that number of allocated vectors for in alloc_nodes_vectors()
268 * number of vectors we just spread the vectors across the nodes. in __irq_build_affinity_masks()
308 /* Spread allocated vectors on CPUs of the current node */ in __irq_build_affinity_masks()
312 /* Account for extra vectors to compensate rounding errors */ in __irq_build_affinity_masks()
335 * 1) spread present CPU on these vectors
336 * 2) spread other possible CPUs on these vectors
373 * out vectors. in irq_build_affinity_masks()
410 * @nvecs: The total number of vectors
422 * Determine the number of vectors which need interrupt affinities in irq_create_affinity_masks()
423 * assigned. If the pre/post request exhausts the available vectors in irq_create_affinity_masks()
453 /* Fill out vectors at the beginning that don't need affinity */ in irq_create_affinity_masks()
475 /* Fill out vectors at the end that don't need affinity */ in irq_create_affinity_masks()
491 * irq_calc_affinity_vectors - Calculate the optimal number of vectors
492 * @minvec: The minimum number of vectors available
493 * @maxvec: The maximum number of vectors available