Lines Matching refs:log_ctx
323 vq->log_ctx = NULL; in vhost_vq_reset()
424 dev->log_ctx = NULL; in vhost_dev_init()
627 if (dev->log_ctx) in vhost_dev_cleanup()
628 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
629 dev->log_ctx = NULL; in vhost_dev_cleanup()
1666 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
1669 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1748 if (vq->log_ctx) in vhost_log_write()
1749 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1773 if (vq->log_ctx) in vhost_update_used_flags()
1774 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
1793 if (vq->log_ctx) in vhost_update_avail_event()
1794 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
2238 if (vq->log_ctx) in vhost_add_used_n()
2239 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()