Searched refs:resamplefd (Results 1 – 5 of 5) sorted by relevance
81 eventfd_signal(irqfd->resamplefd, 1); in irqfd_resampler_ack()136 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()298 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local337 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()338 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()339 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()343 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()445 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()446 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
52 struct eventfd_ctx *resamplefd; member
1237 __u32 resamplefd; member
3029 additional eventfd in the kvm_irqfd.resamplefd field. When operating3033 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue3035 Note that closing the resamplefd is not sufficient to disable the
Completed in 32 milliseconds