Home
last modified time | relevance | path

Searched refs:resamplefd (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/virt/kvm/
H A Deventfd.c64 eventfd_signal(irqfd->resamplefd); in irqfd_resampler_notify()
146 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()
307 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local
346 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()
448 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()
449 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
/linux-6.15/drivers/hv/
H A Dmshv_eventfd.c377 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in mshv_irqfd_assign() local
410 resamplefd = eventfd_ctx_fdget(args->resamplefd); in mshv_irqfd_assign()
411 if (IS_ERR(resamplefd)) { in mshv_irqfd_assign()
412 ret = PTR_ERR(resamplefd); in mshv_irqfd_assign()
416 irqfd->irqfd_resamplefd = resamplefd; in mshv_irqfd_assign()
511 if (resamplefd && !IS_ERR(resamplefd)) in mshv_irqfd_assign()
512 eventfd_ctx_put(resamplefd); in mshv_irqfd_assign()
/linux-6.15/include/linux/
H A Dkvm_irqfd.h52 struct eventfd_ctx *resamplefd; member
/linux-6.15/include/uapi/linux/
H A Dmshv.h113 __s32 resamplefd; member
H A Dkvm.h1012 __u32 resamplefd; member
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1012 __u32 resamplefd; member
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst3166 additional eventfd in the kvm_irqfd.resamplefd field. When operating
3170 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
3172 Note that closing the resamplefd is not sufficient to disable the