Lines Matching refs:log_ctx
334 vq->log_ctx = NULL; in vhost_vq_reset()
480 dev->log_ctx = NULL; in vhost_dev_init()
705 if (dev->log_ctx) in vhost_dev_cleanup()
706 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
707 dev->log_ctx = NULL; in vhost_dev_cleanup()
1795 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
1798 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
1949 if (vq->log_ctx) in vhost_log_write()
1950 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
1972 if (vq->log_ctx) in vhost_update_used_flags()
1973 eventfd_signal(vq->log_ctx, 1); in vhost_update_used_flags()
1990 if (vq->log_ctx) in vhost_update_avail_event()
1991 eventfd_signal(vq->log_ctx, 1); in vhost_update_avail_event()
2416 if (vq->log_ctx) in vhost_add_used_n()
2417 eventfd_signal(vq->log_ctx, 1); in vhost_add_used_n()