Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/vhost/
Dvhost.c176 vq->log_ctx = NULL; in vhost_vq_reset()
273 dev->log_ctx = NULL; in vhost_dev_init()
411 if (dev->log_ctx) in vhost_dev_cleanup()
412 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
413 dev->log_ctx = NULL; in vhost_dev_cleanup()
839 ctx = d->log_ctx; in vhost_dev_ioctl()
840 d->log_ctx = eventfp ? in vhost_dev_ioctl()
846 d->vqs[i].log_ctx = d->log_ctx; in vhost_dev_ioctl()
943 if (vq->log_ctx) in vhost_log_write()
944 eventfd_signal(vq->log_ctx, 1); in vhost_log_write()
[all …]
Dvhost.h68 struct eventfd_ctx *log_ctx; member
124 struct eventfd_ctx *log_ctx; member