Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvhost.h69 struct eventfd_ctx *error_ctx; member
168 if ((vq)->error_ctx) \
169 eventfd_signal((vq)->error_ctx, 1);\
Dvhost.c272 vq->error_ctx = NULL; in vhost_vq_reset()
532 if (dev->vqs[i]->error_ctx) in vhost_dev_cleanup()
533 eventfd_ctx_put(dev->vqs[i]->error_ctx); in vhost_dev_cleanup()
903 ctx = vq->error_ctx; in vhost_vring_ioctl()
904 vq->error_ctx = eventfp ? in vhost_vring_ioctl()