Lines Matching full:threaded
85 * will deadlock. It does not take associated threaded handlers
89 * that all parts (hardirq and threaded handler) have completed.
91 * Returns: false if a threaded handler is active.
118 * threaded handlers are active. in __synchronize_irq()
759 * Returns: false if a threaded handler is active.
1034 * Default primary interrupt handler for threaded interrupts. Is
1044 * Primary handler for nested threaded interrupts. Should never be
1132 * Oneshot interrupts keep the irq line masked until the threaded
1187 * Interrupts explicitly requested as threaded interrupts want to be
1203 * Interrupts which are not explicitly requested as threaded
1372 * threaded interrupts already in irq_setup_forced_threading()
1568 * threaded irq without a primary hard irq context handler in __setup_irq()
1572 * the threaded handler for those. in __setup_irq()
1723 pr_err("Threaded irq requested with handler=NULL and !ONESHOT for %s (irq %d)\n", in __setup_irq()
1931 * Aside of that the bus_lock can also be taken from the threaded in __free_irq()
2105 * Primary handler for threaded interrupts.
2121 * If you want to set up a threaded irq handler for your device
2238 * Threaded handler for threaded interrupts.
2245 * hardirq or threaded handling method depending on the
2279 * Threaded handler for threaded interrupts.
2289 * cannot be threaded.