Home
last modified time | relevance | path

Searched refs:rl_kref (Results 1 – 3 of 3) sorted by relevance

/net/sunrpc/xprtrdma/
Drpc_rdma.c554 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_sendctx_done()
582 kref_put(&sc->sc_req->rl_kref, rpcrdma_sendctx_done); in rpcrdma_sendctx_unmap()
717 kref_get(&req->rl_kref); in rpcrdma_prepare_msg_sges()
759 kref_init(&req->rl_kref); in rpcrdma_prepare_send_sges()
1300 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_reply_done()
1383 kref_put(&req->rl_kref, rpcrdma_reply_done); in rpcrdma_reply_handler()
Dxprt_rdma.h328 struct kref rl_kref; member
Dverbs.c1475 if (!ep->rep_send_count || kref_read(&req->rl_kref) > 1) { in rpcrdma_ep_post()