Lines Matching refs:log_ctx
277 vq->log_ctx = NULL; in vhost_vq_reset()
382 dev->log_ctx = NULL; in vhost_dev_init()
545 if (dev->log_ctx) in vhost_dev_cleanup()
546 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
547 dev->log_ctx = NULL; in vhost_dev_cleanup()
996 ctx = d->log_ctx; in vhost_dev_ioctl()
997 d->log_ctx = eventfp ? in vhost_dev_ioctl()
1003 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1106 if (vq->log_ctx) in vhost_log_write()
1107 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1130 if (vq->log_ctx) in vhost_update_used_flags()
1131 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
1149 if (vq->log_ctx) in vhost_update_avail_event()
1150 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
1556 if (vq->log_ctx) in vhost_add_used_n()
1557 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()