Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/
Deventfd.c86 struct _irqfd_resampler *resampler; member
106 if (!irqfd->resampler) { in irqfd_inject()
124 struct _irqfd_resampler *resampler; in irqfd_resampler_ack() local
129 resampler = container_of(kian, struct _irqfd_resampler, notifier); in irqfd_resampler_ack()
130 kvm = resampler->kvm; in irqfd_resampler_ack()
133 resampler->notifier.gsi, 0, false); in irqfd_resampler_ack()
137 list_for_each_entry_rcu(irqfd, &resampler->list, resampler_link) in irqfd_resampler_ack()
146 struct _irqfd_resampler *resampler = irqfd->resampler; in irqfd_resampler_shutdown() local
147 struct kvm *kvm = resampler->kvm; in irqfd_resampler_shutdown()
154 if (list_empty(&resampler->list)) { in irqfd_resampler_shutdown()
[all …]