Lines Matching refs:log_ctx
326 vq->log_ctx = NULL; in vhost_vq_reset()
472 dev->log_ctx = NULL; in vhost_dev_init()
697 if (dev->log_ctx) in vhost_dev_cleanup()
698 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
699 dev->log_ctx = NULL; in vhost_dev_cleanup()
1813 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
1816 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1967 if (vq->log_ctx) in vhost_log_write()
1968 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1990 if (vq->log_ctx) in vhost_update_used_flags()
1991 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
2008 if (vq->log_ctx) in vhost_update_avail_event()
2009 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
2434 if (vq->log_ctx) in vhost_add_used_n()
2435 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()