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()
309 /* Spread allocated vectors on CPUs of the current node */ in __irq_build_affinity_masks()
313 /* Account for extra vectors to compensate rounding errors */ in __irq_build_affinity_masks()
336 * 1) spread present CPU on these vectors
337 * 2) spread other possible CPUs on these vectors
374 * out vectors. in irq_build_affinity_masks()
411 * @nvecs: The total number of vectors
423 * Determine the number of vectors which need interrupt affinities in irq_create_affinity_masks()
424 * assigned. If the pre/post request exhausts the available vectors in irq_create_affinity_masks()
454 /* Fill out vectors at the beginning that don't need affinity */ in irq_create_affinity_masks()
476 /* Fill out vectors at the end that don't need affinity */ in irq_create_affinity_masks()
492 * irq_calc_affinity_vectors - Calculate the optimal number of vectors
493 * @minvec: The minimum number of vectors available
494 * @maxvec: The maximum number of vectors available