Searched refs:threads_active (Results 1 – 3 of 3) sorted by relevance
132 atomic_inc(&desc->threads_active); in __irq_wake_thread()
105 return !atomic_read(&desc->threads_active); in synchronize_hardirq()139 !atomic_read(&desc->threads_active)); in synchronize_irq()1123 if (atomic_dec_and_test(&desc->threads_active)) in wake_threads_waitq()
82 atomic_t threads_active; member