Lines Matching refs:log_ctx
200 vq->log_ctx = NULL; in vhost_vq_reset()
303 dev->log_ctx = NULL; in vhost_dev_init()
466 if (dev->log_ctx) in vhost_dev_cleanup()
467 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
468 dev->log_ctx = NULL; in vhost_dev_cleanup()
890 ctx = d->log_ctx; in vhost_dev_ioctl()
891 d->log_ctx = eventfp ? in vhost_dev_ioctl()
897 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
995 if (vq->log_ctx) in vhost_log_write()
996 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1019 if (vq->log_ctx) in vhost_update_used_flags()
1020 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
1038 if (vq->log_ctx) in vhost_update_avail_event()
1039 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
1441 if (vq->log_ctx) in vhost_add_used_n()
1442 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()