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