Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c473 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_sendctx_done()
502 kref_put(&sc->sc_req->rl_kref, rpcrdma_sendctx_done); in rpcrdma_sendctx_unmap()
695 kref_get(&req->rl_kref); in rpcrdma_prepare_noch_mapped()
725 kref_get(&req->rl_kref); in rpcrdma_prepare_readch()
754 kref_init(&req->rl_kref); in rpcrdma_prepare_send_sges()
1366 container_of(kref, struct rpcrdma_req, rl_kref); in rpcrdma_reply_done()
1442 kref_put(&req->rl_kref, rpcrdma_reply_done); in rpcrdma_reply_handler()
H A Dxprt_rdma.h347 struct kref rl_kref; member
H A Dfrwr_ops.c477 if ((kref_read(&req->rl_kref) > 1) || num_wrs > ep->re_send_count) { in frwr_send()