Lines Matching refs:with_irqfd
1020 bool assign, bool with_irqfd) in virtio_ccw_set_guest_notifier() argument
1033 virtio_queue_set_guest_notifier_fd_handler(vq, true, with_irqfd); in virtio_ccw_set_guest_notifier()
1034 if (with_irqfd) { in virtio_ccw_set_guest_notifier()
1038 with_irqfd); in virtio_ccw_set_guest_notifier()
1058 if (with_irqfd) { in virtio_ccw_set_guest_notifier()
1061 virtio_queue_set_guest_notifier_fd_handler(vq, false, with_irqfd); in virtio_ccw_set_guest_notifier()
1073 bool with_irqfd = ccw_dev->sch->thinint_active && kvm_irqfds_enabled(); in virtio_ccw_set_guest_notifiers() local
1076 if (with_irqfd && assigned) { in virtio_ccw_set_guest_notifiers()
1087 r = virtio_ccw_set_guest_notifier(dev, n, assigned, with_irqfd); in virtio_ccw_set_guest_notifiers()
1092 if (with_irqfd && !assigned) { in virtio_ccw_set_guest_notifiers()
1103 if (with_irqfd && assigned) { in virtio_ccw_set_guest_notifiers()