Searched refs:threads_active (Results 1 – 4 of 4) sorted by relevance
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()
585 atomic_inc(&desc->threads_active); in handle_nested_irq()
94 atomic_t threads_active; member