Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Deventfd.c64 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...]
/linux/drivers/hv/
H A Dmshv_eventfd.c385 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()
/linux/include/linux/
H A Dkvm_irqfd.h19 * resamplefd. All resamplers on the same gsi are de-asserted
52 struct eventfd_ctx *resamplefd; member
/linux/include/uapi/linux/
H A Dmshv.h113 __s32 resamplefd; member
H A Dkvm.h1034 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies
1044 __u32 resamplefd; member
/linux/tools/include/uapi/linux/
H A Dkvm.h1007 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies
1017 __u32 resamplefd; member
/linux/Documentation/virt/kvm/
H A Dapi.rst3176 additional eventfd in the kvm_irqfd.resamplefd field. When operating
3180 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
3182 Note that closing the resamplefd is not sufficient to disable the