Home
last modified time | relevance | path

Searched refs:rb_sc_ctxs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sunrpc/xprtrdma/
Dverbs.c833 kfree(buf->rb_sc_ctxs[i]); in rpcrdma_sendctxs_destroy()
834 kfree(buf->rb_sc_ctxs); in rpcrdma_sendctxs_destroy()
867 buf->rb_sc_ctxs = kcalloc(i, sizeof(sc), GFP_KERNEL); in rpcrdma_sendctxs_create()
868 if (!buf->rb_sc_ctxs) in rpcrdma_sendctxs_create()
878 buf->rb_sc_ctxs[i] = sc; in rpcrdma_sendctxs_create()
924 sc = buf->rb_sc_ctxs[next_head]; in rpcrdma_sendctx_get_locked()
967 rpcrdma_unmap_sendctx(buf->rb_sc_ctxs[next_tail]); in rpcrdma_sendctx_put_locked()
969 } while (buf->rb_sc_ctxs[next_tail] != sc); in rpcrdma_sendctx_put_locked()
Dxprt_rdma.h398 struct rpcrdma_sendctx **rb_sc_ctxs; member