Home
last modified time | relevance | path

Searched refs:irqfds (Results 1 – 2 of 2) sorted by relevance

/linux/virt/kvm/
H A Deventfd.c69 * Since resampler irqfds share an IRQ source ID, we de-assert once
70 * then notify all of the resampler irqfds using this GSI. We can't
98 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...]
/linux/drivers/virt/acrn/
H A Dacrn_drv.h187 struct list_head irqfds; member