Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.c200 vq->log_ctx = NULL; in vhost_vq_reset()
303 dev->log_ctx = NULL; in vhost_dev_init()
466 if (dev->log_ctx) in vhost_dev_cleanup()
467 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
468 dev->log_ctx = NULL; in vhost_dev_cleanup()
886 ctx = d->log_ctx; in vhost_dev_ioctl()
887 d->log_ctx = eventfp ? in vhost_dev_ioctl()
893 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
991 if (vq->log_ctx) in vhost_log_write()
992 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
[all …]
Dvhost.h74 struct eventfd_ctx *log_ctx; member
122 struct eventfd_ctx *log_ctx; member