Lines Matching refs:log_ctx
334 vq->log_ctx = NULL; in vhost_vq_reset()
480 dev->log_ctx = NULL; in vhost_dev_init()
706 if (dev->log_ctx) in vhost_dev_cleanup()
707 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
708 dev->log_ctx = NULL; in vhost_dev_cleanup()
1815 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
1818 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1969 if (vq->log_ctx) in vhost_log_write()
1970 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1992 if (vq->log_ctx) in vhost_update_used_flags()
1993 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
2010 if (vq->log_ctx) in vhost_update_avail_event()
2011 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
2436 if (vq->log_ctx) in vhost_add_used_n()
2437 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()