Searched refs:resamplefd (Results 1 – 8 of 8) sorted by relevance
65 eventfd_signal(irqfd->resamplefd); in irqfd_resampler_notify() 147 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown() 374 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() 414 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign() 415 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign() 416 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign() 420 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign() 512 if (resamplefd in kvm_irqfd_assign() 373 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; kvm_irqfd_assign() local [all...]
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
1069 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies1079 __u32 resamplefd;1078 __u32 resamplefd; global() member
1071 __u32 resamplefd; member
546 .resamplefd = -1, in __kvm_irqfd()
3198 additional eventfd in the kvm_irqfd.resamplefd field. When operating3202 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue3204 Note that closing the resamplefd is not sufficient to disable the