Searched refs:call_ctx (Results 1 – 2 of 2) sorted by relevance
198 vq->call_ctx = NULL; in vhost_vq_reset()459 if (dev->vqs[i]->call_ctx) in vhost_dev_cleanup()460 eventfd_ctx_put(dev->vqs[i]->call_ctx); in vhost_dev_cleanup()779 ctx = vq->call_ctx; in vhost_vring_ioctl()781 vq->call_ctx = eventfp ? in vhost_vring_ioctl()1464 if (vq->call_ctx && vhost_notify(dev, vq)) in vhost_signal()1465 eventfd_signal(vq->call_ctx, 1); in vhost_signal()
72 struct eventfd_ctx *call_ctx; member