Lines Matching full:interrupts

92  * with interrupts disabled and the target CPU of the interrupt is the
239 * interrupts on an isolated one. in irq_do_set_affinity()
243 * receiving interrupts when the I/O operation was submitted in irq_do_set_affinity()
389 * interrupts which have been allocated already.
415 /* Interrupts which are already managed cannot be modified */ in irq_update_affinity_desc()
475 * cpu interrupts affine before the cpu becomes online.
579 /* Excludes PER_CPU and NO_BALANCE interrupts */ in irq_setup_affinity()
624 * specific data for percpu_devid interrupts
785 * last disable, processing of interrupts on this IRQ line is re-enabled.
808 * disable, processing of interrupts on this IRQ line is re-enabled.
853 /* Don't use NMIs as wake up interrupts please */ in irq_set_irq_wake()
972 * Default primary interrupt handler for threaded interrupts. Is
974 * with handler == NULL. Useful for oneshot interrupts.
982 * Primary handler for nested threaded interrupts. Should never be
1070 * Oneshot interrupts keep the irq line masked until the threaded
1125 * Interrupts explicitly requested as threaded interrupts want to be
1141 * Interrupts which are not explicitly requested as threaded
1142 * interrupts rely on the implicit bh/preempt disable of the hard irq
1305 * No further action required for interrupts which are requested as in irq_setup_forced_threading()
1306 * threaded interrupts already in irq_setup_forced_threading()
1413 * interrupts marked with IRQF_NO_BALANCE this is in setup_irq_thread()
1423 * allocate special interrupts that are part of the architecture.
1429 * desc->lock Provides serialization against hard interrupts
1504 * MSI based interrupts are per se one shot safe. Check the in __setup_irq()
1548 * Can't share interrupts unless both agree to and are in __setup_irq()
1646 * with level interrupts this is deadly, because the in __setup_irq()
1651 * While this works for edge type interrupts, we play in __setup_irq()
1681 * fails. Interrupts which are in managed shutdown mode in __setup_irq()
1716 * Shared interrupts do not go well with disabling in __setup_irq()
1719 * interrupts forever. in __setup_irq()
1806 * regular and special interrupts that are part of the architecture.
1949 * executing interrupts for this IRQ have completed.
2030 * Primary handler for threaded interrupts.
2051 * interrupts.
2078 * Sanity-check: shared interrupts must pass in a real dev-ID, in request_threaded_irq()
2083 * Also shared interrupts do not go well with disabling auto enable. in request_threaded_irq()
2085 * and then wait for interrupts forever. in request_threaded_irq()
2087 * Also IRQF_COND_SUSPEND only makes sense for shared interrupts and in request_threaded_irq()
2161 * Threaded handler for threaded interrupts.
2201 * Threaded handler for threaded interrupts.
2213 * interrupts and have auto enabling setting disabled.
2388 * interrupts for this IRQ have completed.
2423 * Used to statically setup per-cpu interrupts in the early boot process.