Searched refs:resamplefd (Results 1 – 4 of 4) sorted by relevance
87 eventfd_signal(irqfd->resamplefd, 1); in irqfd_resampler_ack()138 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()288 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local324 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()325 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()326 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()330 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()428 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()429 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
59 struct eventfd_ctx *resamplefd; member
922 __u32 resamplefd; member
2326 additional eventfd in the kvm_irqfd.resamplefd field. When operating2330 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue2332 Note that closing the resamplefd is not sufficient to disable the