Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Drpc_rdma.c538 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_sendctx_done()
567 kref_put(&sc->sc_req->rl_kref, rpcrdma_sendctx_done); in rpcrdma_sendctx_unmap()
760 kref_get(&req->rl_kref); in rpcrdma_prepare_noch_mapped()
790 kref_get(&req->rl_kref); in rpcrdma_prepare_readch()
819 kref_init(&req->rl_kref); in rpcrdma_prepare_send_sges()
1416 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_reply_done()
1496 kref_put(&req->rl_kref, rpcrdma_reply_done); in rpcrdma_reply_handler()
Dxprt_rdma.h314 struct kref rl_kref; member
Dverbs.c1377 if (!ep->re_send_count || kref_read(&req->rl_kref) > 1) { in rpcrdma_post_sends()