Searched refs:irqfds (Results 1 - 4 of 4) sorted by relevance

/linux-master/virt/kvm/
H A Deventfd.c68 * Since resampler irqfds share an IRQ source ID, we de-assert once
69 * then notify all of the resampler irqfds using this GSI. We can't
97 mutex_lock(&kvm->irqfds.resampler_lock);
114 mutex_unlock(&kvm->irqfds.resampler_lock);
159 /* assumes kvm->irqfds.lock is held */
169 * assumes kvm->irqfds.lock is held
227 spin_lock_irqsave(&kvm->irqfds.lock, iflags);
231 * we could acquire the irqfds.lock since the item is
241 spin_unlock_irqrestore(&kvm->irqfds.lock, iflags);
256 /* Must be called under irqfds
[all...]
/linux-master/drivers/virt/acrn/
H A Dirqfd.c27 * @list: Entry within &acrn_vm.irqfds of irqfds of a VM
149 list_for_each_entry(tmp, &vm->irqfds, list) {
156 list_add_tail(&irqfd->list, &vm->irqfds);
188 list_for_each_entry_safe(irqfd, tmp, &vm->irqfds, list) {
214 INIT_LIST_HEAD(&vm->irqfds);
231 list_for_each_entry_safe(irqfd, next, &vm->irqfds, list)
H A Dacrn_drv.h164 * @irqfds_lock: Lock to protect irqfds list
165 * @irqfds: List to link all hsm_irqfd
187 struct list_head irqfds; member in struct:acrn_vm
/linux-master/include/linux/
H A Dkvm_host.h796 } irqfds; member in struct:kvm

Completed in 310 milliseconds