Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/
Deventfd.c87 eventfd_signal(irqfd->resamplefd, 1); in irqfd_resampler_ack()
142 eventfd_ctx_put(irqfd->resamplefd); in irqfd_shutdown()
292 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; in kvm_irqfd_assign() local
328 resamplefd = eventfd_ctx_fdget(args->resamplefd); in kvm_irqfd_assign()
329 if (IS_ERR(resamplefd)) { in kvm_irqfd_assign()
330 ret = PTR_ERR(resamplefd); in kvm_irqfd_assign()
334 irqfd->resamplefd = resamplefd; in kvm_irqfd_assign()
435 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()
436 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
/Linux-v4.19/include/linux/
Dkvm_irqfd.h59 struct eventfd_ctx *resamplefd; member
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h1054 __u32 resamplefd; member
/Linux-v4.19/include/uapi/linux/
Dkvm.h1054 __u32 resamplefd; member
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt2327 additional eventfd in the kvm_irqfd.resamplefd field. When operating
2331 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
2333 Note that closing the resamplefd is not sufficient to disable the