Home
last modified time | relevance | path

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

/openbmc/linux/virt/kvm/
H A Deventfd.c64 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() 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()
454 if (resamplefd && !IS_ERR(resamplefd)) in kvm_irqfd_assign()
455 eventfd_ctx_put(resamplefd); in kvm_irqfd_assign()
/openbmc/linux/include/linux/
H A Dkvm_irqfd.h52 struct eventfd_ctx *resamplefd; member
/openbmc/qemu/hw/vfio/
H A Dtrace-events132 …m_start_level_irqfd_injection(int index, int fd, int resamplefd) "IRQ index=%d, fd = %d, resamplef…
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h995 __u32 resamplefd; member
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1311 __u32 resamplefd; member
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1311 __u32 resamplefd; member
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c2201 irqfd.resamplefd = rfd; in kvm_irqchip_assign_irqfd()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst3109 additional eventfd in the kvm_irqfd.resamplefd field. When operating
3113 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
3115 Note that closing the resamplefd is not sufficient to disable the