Searched refs:irqfds (Results 1 – 2 of 2) sorted by relevance
69 * Since resampler irqfds share an IRQ source ID, we de-assert once70 * then notify all of the resampler irqfds using this GSI. We can't98 mutex_lock(&kvm->irqfds.resampler_lock); in irqfd_resampler_shutdown() 116 mutex_unlock(&kvm->irqfds.resampler_lock); in irqfd_resampler_shutdown() 164 * Assert that either irqfds.lock or SRCU is held, as irqfds.lock must in irqfd_is_active() 166 * while false negatives are impossible as irqfds are never added back in irqfd_is_active() 170 lockdep_assert_once(lockdep_is_held(&irqfd->kvm->irqfds.lock) || in irqfd_is_active() 181 lockdep_assert_held(&irqfd->kvm->irqfds.lock); in irqfd_deactivate() 216 * WARNING: Do NOT take irqfds in irqfd_wakeup() [all...]
187 struct list_head irqfds; member