Searched refs:threads_active (Results 1 – 4 of 4) sorted by relevance
134 atomic_inc(&desc->threads_active); in __irq_wake_thread()
104 return !atomic_read(&desc->threads_active); in synchronize_hardirq()118 wait_event(desc->wait_for_threads, !atomic_read(&desc->threads_active)); in __synchronize_irq()1223 if (atomic_dec_and_test(&desc->threads_active)) in wake_threads_waitq()
481 atomic_inc(&desc->threads_active); in handle_nested_irq()
82 atomic_t threads_active; member