Lines Matching full:threaded
53 * Used by threaded interrupts which need to keep the
54 * irq line disabled until the threaded handler has been run.
59 * IRQF_NO_THREAD - Interrupt cannot be threaded
97 * IRQC_IS_NESTED - interrupt runs in a nested threaded context
115 * @thread_fn: interrupt handler function for threaded interrupts
116 * @thread: thread pointer for threaded interrupts
159 * Primary handler for threaded interrupts
550 frequency threaded job scheduling. For almost all the purposes
620 * With forced-threaded interrupts enabled a raised softirq is deferred to
621 * ksoftirqd unless it can be handled within the threaded interrupt. This
675 This API is deprecated. Please consider using threaded IRQs instead: