Home
last modified time | relevance | path

Searched refs:log_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/vhost/
Dvhost.c323 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()
[all …]
Dvhost.h97 struct eventfd_ctx *log_ctx; member
164 struct eventfd_ctx *log_ctx; member