Searched refs:resamplefd (Results 1 – 3 of 3) sorted by relevance
88 struct eventfd_ctx *resamplefd; member138 eventfd_signal(irqfd->resamplefd, 1); in irqfd_resampler_ack()188 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()309 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local345 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()346 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()347 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()351 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()438 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()439 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
905 __u32 resamplefd; member
2290 additional eventfd in the kvm_irqfd.resamplefd field. When operating2294 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue2296 Note that closing the resamplefd is not sufficient to disable the