Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/vhost/
Dvhost.h67 struct eventfd_ctx *error_ctx; member
160 if ((vq)->error_ctx) \
161 eventfd_signal((vq)->error_ctx, 1);\
Dvhost.c171 vq->error_ctx = NULL; in vhost_vq_reset()
398 if (dev->vqs[i].error_ctx) in vhost_dev_cleanup()
399 eventfd_ctx_put(dev->vqs[i].error_ctx); in vhost_dev_cleanup()
753 ctx = vq->error_ctx; in vhost_set_vring()
754 vq->error_ctx = eventfp ? in vhost_set_vring()