Searched refs:resampler (Results 1 – 3 of 3) sorted by relevance
| /linux/virt/kvm/ |
| H A D | eventfd.c | 48 if (!irqfd->resampler) { in irqfd_inject() 58 static void irqfd_resampler_notify(struct kvm_kernel_irqfd_resampler *resampler) in irqfd_resampler_notify() argument 62 list_for_each_entry_srcu(irqfd, &resampler->list, resampler_link, in irqfd_resampler_notify() 63 srcu_read_lock_held(&resampler->kvm->irq_srcu)) in irqfd_resampler_notify() 75 struct kvm_kernel_irqfd_resampler *resampler; in irqfd_resampler_ack() local 79 resampler = container_of(kian, in irqfd_resampler_ack() 81 kvm = resampler->kvm; in irqfd_resampler_ack() 84 resampler->notifier.gsi, 0, false); in irqfd_resampler_ack() 87 irqfd_resampler_notify(resampler); in irqfd_resampler_ack() 94 struct kvm_kernel_irqfd_resampler *resampler = irqfd->resampler; in irqfd_resampler_shutdown() local [all …]
|
| /linux/include/linux/ |
| H A D | kvm_irqfd.h | 50 struct kvm_kernel_irqfd_resampler *resampler; member
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 79 struct mshv_irqfd_resampler *resampler; in mshv_irqfd_resampler_ack() local 84 resampler = container_of(mian, struct mshv_irqfd_resampler, in mshv_irqfd_resampler_ack() 86 partition = resampler->rsmplr_partn; in mshv_irqfd_resampler_ack() 90 hlist_for_each_entry_srcu(irqfd, &resampler->rsmplr_irqfd_list, in mshv_irqfd_resampler_ack()
|