Lines Matching refs:log_ctx
389 vq->log_ctx = NULL; in vhost_vq_reset()
597 dev->log_ctx = NULL; in vhost_dev_init()
1216 if (dev->log_ctx) in vhost_dev_cleanup()
1217 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
1218 dev->log_ctx = NULL; in vhost_dev_cleanup()
2393 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
2396 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
2563 if (vq->log_ctx) in vhost_log_write()
2564 eventfd_signal(vq->log_ctx); in vhost_log_write()
2582 if (vq->log_ctx) in vhost_update_used_flags()
2583 eventfd_signal(vq->log_ctx); in vhost_update_used_flags()
2600 if (vq->log_ctx) in vhost_update_avail_event()
2601 eventfd_signal(vq->log_ctx); in vhost_update_avail_event()
3078 if (vq->log_ctx) in vhost_add_used_n()
3079 eventfd_signal(vq->log_ctx); in vhost_add_used_n()