Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/xprtrdma/
Drpc_rdma.c522 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_sendctx_done()
551 kref_put(&sc->sc_req->rl_kref, rpcrdma_sendctx_done); in rpcrdma_sendctx_unmap()
744 kref_get(&req->rl_kref); in rpcrdma_prepare_noch_mapped()
774 kref_get(&req->rl_kref); in rpcrdma_prepare_readch()
803 kref_init(&req->rl_kref); in rpcrdma_prepare_send_sges()
1415 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_reply_done()
1493 kref_put(&req->rl_kref, rpcrdma_reply_done); in rpcrdma_reply_handler()
Dxprt_rdma.h328 struct kref rl_kref; member
Dfrwr_ops.c406 if ((kref_read(&req->rl_kref) > 1) || num_wrs > ep->re_send_count) { in frwr_send()