Lines Matching full:managed
14 unsigned int managed;
92 cm->available -= cm->managed + m->systembits_inalloc;
117 unsigned int num, bool managed)
127 if (managed)
155 /* Find the best CPU which has the lowest number of managed IRQs allocated */
208 * irq_matrix_reserve_managed - Reserve a managed interrupt in a CPU map
227 cm->managed++;
246 * irq_matrix_remove_managed - Remove managed interrupts in a CPU map
252 * This removes not allocated managed interrupts from the map. It does
253 * not matter which one because the managed interrupts free their
265 if (WARN_ON_ONCE(!cm->managed))
268 /* Get managed bit which are not allocated */
277 cm->managed--;
287 * irq_matrix_alloc_managed - Allocate a managed interrupt in a CPU map
307 /* Get managed bit which are not allocated */
421 * @managed: If true, the interrupt is managed and not accounted
425 unsigned int bit, bool managed)
436 if(managed)
442 if (!managed) {
475 * irq_matrix_allocated - Get the number of allocated non-managed irqs on the local CPU
478 * This returns number of allocated non-managed interrupts.
513 cpu, cm->available, cm->managed,