Searched refs:resamplefd (Results 1 – 8 of 8) sorted by relevance
64 eventfd_signal(irqfd->resamplefd, 1); in irqfd_resampler_notify()145 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()307 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local346 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()347 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()348 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()352 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()454 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()455 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
52 struct eventfd_ctx *resamplefd; member
132 …m_start_level_irqfd_injection(int index, int fd, int resamplefd) "IRQ index=%d, fd = %d, resamplef…
995 __u32 resamplefd; member
1311 __u32 resamplefd; member
2258 irqfd.resamplefd = rfd; in kvm_irqchip_assign_irqfd()
3109 additional eventfd in the kvm_irqfd.resamplefd field. When operating3113 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue3115 Note that closing the resamplefd is not sufficient to disable the