Lines Matching refs:log_ctx
322 vq->log_ctx = NULL; in vhost_vq_reset()
465 dev->log_ctx = NULL; in vhost_dev_init()
671 if (dev->log_ctx) in vhost_dev_cleanup()
672 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
673 dev->log_ctx = NULL; in vhost_dev_cleanup()
1802 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
1805 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1958 if (vq->log_ctx) in vhost_log_write()
1959 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1981 if (vq->log_ctx) in vhost_update_used_flags()
1982 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
1999 if (vq->log_ctx) in vhost_update_avail_event()
2000 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
2431 if (vq->log_ctx) in vhost_add_used_n()
2432 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()