Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/vhost/
Dvhost.c174 vq->call_ctx = NULL; in vhost_vq_reset()
404 if (dev->vqs[i].call_ctx) in vhost_dev_cleanup()
405 eventfd_ctx_put(dev->vqs[i].call_ctx); in vhost_dev_cleanup()
733 ctx = vq->call_ctx; in vhost_set_vring()
735 vq->call_ctx = eventfp ? in vhost_set_vring()
1356 if (vq->call_ctx) in vhost_signal()
1357 eventfd_signal(vq->call_ctx, 1); in vhost_signal()
Dvhost.h66 struct eventfd_ctx *call_ctx; member