Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Drpc_rdma.c521 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_sendctx_done()
550 kref_put(&sc->sc_req->rl_kref, rpcrdma_sendctx_done); in rpcrdma_sendctx_unmap()
743 kref_get(&req->rl_kref); in rpcrdma_prepare_noch_mapped()
773 kref_get(&req->rl_kref); in rpcrdma_prepare_readch()
802 kref_init(&req->rl_kref); in rpcrdma_prepare_send_sges()
1414 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_reply_done()
1492 kref_put(&req->rl_kref, rpcrdma_reply_done); in rpcrdma_reply_handler()
Dxprt_rdma.h321 struct kref rl_kref; member
Dfrwr_ops.c414 if ((kref_read(&req->rl_kref) > 1) || num_wrs > ep->re_send_count) { in frwr_send()