Searched refs:resamplefd (Results 1 – 8 of 8) sorted by relevance
64 eventfd_signal(irqfd->resamplefd); in irqfd_resampler_notify()146 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()373 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local413 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()414 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()415 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()419 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()511 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()512 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
389 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in mshv_irqfd_assign() local422 resamplefd = eventfd_ctx_fdget(args->resamplefd); in mshv_irqfd_assign()423 if (IS_ERR(resamplefd)) { in mshv_irqfd_assign()424 ret = PTR_ERR(resamplefd); in mshv_irqfd_assign()428 irqfd->irqfd_resamplefd = resamplefd; in mshv_irqfd_assign()519 if (resamplefd && !IS_ERR(resamplefd)) in mshv_irqfd_assign()520 eventfd_ctx_put(resamplefd); in mshv_irqfd_assign()
52 struct eventfd_ctx *resamplefd; member
149 __s32 resamplefd; member
1071 __u32 resamplefd; member
1067 __u32 resamplefd; member
545 .resamplefd = -1,
3196 additional eventfd in the kvm_irqfd.resamplefd field. When operating3200 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue3202 Note that closing the resamplefd is not sufficient to disable the