Home
last modified time | relevance | path

Searched refs:rpcrdma_mr_pop (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/sunrpc/xprtrdma/
Dfrwr_ops.c109 while ((mr = rpcrdma_mr_pop(&req->rl_registered))) in frwr_reset()
514 mr = rpcrdma_mr_pop(&req->rl_registered); in frwr_unmap_sync()
532 } while ((mr = rpcrdma_mr_pop(&req->rl_registered))); in frwr_unmap_sync()
617 mr = rpcrdma_mr_pop(&req->rl_registered); in frwr_unmap_async()
635 } while ((mr = rpcrdma_mr_pop(&req->rl_registered))); in frwr_unmap_async()
Dxprt_rdma.h344 rpcrdma_mr_pop(struct list_head *list) in rpcrdma_mr_pop() function
Dverbs.c1095 while ((mr = rpcrdma_mr_pop(&req->rl_free_mrs))) { in rpcrdma_req_destroy()
1177 mr = rpcrdma_mr_pop(&buf->rb_mrs); in rpcrdma_mr_get()
Drpc_rdma.c301 *mr = rpcrdma_mr_pop(&req->rl_free_mrs); in rpcrdma_mr_prepare()