Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvhost.c275 vq->call_ctx = NULL; in vhost_vq_reset()
538 if (dev->vqs[i]->call_ctx) in vhost_dev_cleanup()
539 eventfd_ctx_put(dev->vqs[i]->call_ctx); in vhost_dev_cleanup()
883 ctx = vq->call_ctx; in vhost_vring_ioctl()
885 vq->call_ctx = eventfp ? in vhost_vring_ioctl()
1604 if (vq->call_ctx && vhost_notify(dev, vq)) in vhost_signal()
1605 eventfd_signal(vq->call_ctx, 1); in vhost_signal()
Dvhost.h68 struct eventfd_ctx *call_ctx; member
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_xdr.h143 struct gssx_call_ctx call_ctx; member
Dgss_rpc_xdr.c740 err = gssx_enc_call_ctx(xdr, &arg->call_ctx); in gssx_enc_accept_sec_context()