Searched refs:resamplefd (Results 1 – 7 of 7) sorted by relevance
64 eventfd_signal(irqfd->resamplefd); in irqfd_resampler_notify() 146 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown() 359 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local 399 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign() 400 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign() 401 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign() 405 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign() 498 if (resamplefd in kvm_irqfd_assign() [all...]
385 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in mshv_irqfd_assign() local 418 resamplefd = eventfd_ctx_fdget(args->resamplefd); in mshv_irqfd_assign() 419 if (IS_ERR(resamplefd)) { in mshv_irqfd_assign() 420 ret = PTR_ERR(resamplefd); in mshv_irqfd_assign() 424 irqfd->irqfd_resamplefd = resamplefd; in mshv_irqfd_assign() 513 if (resamplefd && !IS_ERR(resamplefd)) in mshv_irqfd_assign() 514 eventfd_ctx_put(resamplefd); in mshv_irqfd_assign()
19 * resamplefd. All resamplers on the same gsi are de-asserted52 struct eventfd_ctx *resamplefd; member
113 __s32 resamplefd; member
1034 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies1044 __u32 resamplefd; member
1007 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies1017 __u32 resamplefd; member
3176 additional eventfd in the kvm_irqfd.resamplefd field. When operating3180 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue3182 Note that closing the resamplefd is not sufficient to disable the