Lines Matching refs:threaded
12 With forced-threaded interrupts and sleeping spin locks, code paths that
29 However, on a PREEMPT_RT system, interrupts are forced-threaded and no longer
43 the use of threaded interrupts. Other parts of the kernel also shift their
44 execution into threaded context by different mechanisms. The goal is to keep
49 threaded, preemptible execution.
54 All interrupts are forced-threaded in a PREEMPT_RT system. The exceptions are
58 The IRQF_ONESHOT flag is used together with threaded interrupts, meaning those
59 registered using request_threaded_irq() and providing only a threaded handler.
60 Its purpose is to keep the interrupt line masked until the threaded handler has
64 handler does not acquire any sleeping locks, as it will not be threaded. The
141 with preemption or interrupts disabled into threaded context, where sleeping is