Searched refs:threads_active (Results 1 – 4 of 4) sorted by relevance
107 atomic_t threads_active; member
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()
111 return !atomic_read(&desc->threads_active); in synchronize_hardirq()127 wait_event(desc->wait_for_threads, !atomic_read(&desc->threads_active)); in __synchronize_irq()1174 if (atomic_dec_and_test(&desc->threads_active)) in wake_threads_waitq()
585 atomic_inc(&desc->threads_active); in handle_nested_irq()