Lines Matching full:allocated

15 	unsigned int		allocated;  member
149 /* Find the best CPU which has the lowest number of managed IRQs allocated */
153 unsigned int cpu, best_cpu, allocated = UINT_MAX; in matrix_find_best_cpu_managed() local
161 if (!cm->online || cm->managed_allocated > allocated) in matrix_find_best_cpu_managed()
165 allocated = cm->managed_allocated; in matrix_find_best_cpu_managed()
174 * @replace: Replace an already allocated vector with a system
192 cm->allocated--; in irq_matrix_assign_system()
246 * This removes not allocated managed interrupts from the map. It does
262 /* Get managed bit which are not allocated */ in irq_matrix_remove_managed()
284 * @mapped_cpu: Pointer to store the CPU for which the irq was allocated
301 /* Get managed bit which are not allocated */ in irq_matrix_alloc_managed()
307 cm->allocated++; in irq_matrix_alloc_managed()
330 cm->allocated++; in irq_matrix_assign()
361 * interrupt was never in use and a real vector allocated, which undid the
375 * @mapped_cpu: Pointer to store the CPU for which the irq was allocated
398 cm->allocated++; in irq_matrix_alloc()
411 * irq_matrix_free - Free allocated interrupt in the matrix
429 cm->allocated--; in irq_matrix_free()
469 * irq_matrix_allocated - Get the number of allocated non-managed irqs on the local CPU
472 * This returns number of allocated non-managed interrupts.
478 return cm->allocated - cm->managed_allocated; in irq_matrix_allocated()
498 seq_printf(sf, "Total allocated: %6u\n", m->total_allocated); in irq_matrix_debug_show()
508 cm->managed_allocated, cm->allocated, in irq_matrix_debug_show()