Searched refs:KVM_IRQFD_FLAG_RESAMPLE (Results 1 – 5 of 5) sorted by relevance
410 if (args->flags & KVM_IRQFD_FLAG_RESAMPLE) { in kvm_irqfd_assign()621 if (args->flags & ~(KVM_IRQFD_FLAG_DEASSIGN | KVM_IRQFD_FLAG_RESAMPLE)) in kvm_irqfd()
188 bool resample = args->flags & KVM_IRQFD_FLAG_RESAMPLE; in kvm_arch_irqfd_allowed()
1072 #define KVM_IRQFD_FLAG_RESAMPLE (1 << 1) macro
1065 #define KVM_IRQFD_FLAG_RESAMPLE (1 << 1) macro
3197 interrupts. When KVM_IRQFD_FLAG_RESAMPLE is set the user must pass an3205 irqfd. The KVM_IRQFD_FLAG_RESAMPLE is only necessary on assignment