Searched refs:threads_active (Results 1 – 3 of 3) sorted by relevance
126 * We increment the threads_active counter in case we wake up in __irq_wake_thread() 134 atomic_inc(&desc->threads_active); in __irq_wake_thread()
101 return !atomic_read(&desc->threads_active); in synchronize_hardirq() 115 wait_event(desc->wait_for_threads, !atomic_read(&desc->threads_active)); in __synchronize_irq() 1162 if (atomic_dec_and_test(&desc->threads_active)) in wake_threads_waitq() 1184 * desc->threads_active and wake possible waiters. in irq_thread_dtor() 1624 * line have completed desc->threads_active becomes in __setup_irq() 1629 * interrupt handlers, then desc->threads_active is in __setup_irq()
585 atomic_inc(&desc->threads_active); in handle_nested_irq()