Home
last modified time | relevance | path

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

/Linux-v6.6/virt/kvm/
Deventfd.c48 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-v6.6/include/linux/
Dkvm_irqfd.h50 struct kvm_kernel_irqfd_resampler *resampler; member