Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dverbs.c970 list_add(&rep->rr_all, &buf->rb_all_reps); in rpcrdma_rep_create()
991 list_del(&rep->rr_all); in rpcrdma_rep_destroy()
1028 list_for_each_entry(rep, &buf->rb_all_reps, rr_all) { in rpcrdma_reps_unmap()
1041 rr_all)) != NULL) { in rpcrdma_reps_destroy()
1042 list_del(&rep->rr_all); in rpcrdma_reps_destroy()
H A Dxprt_rdma.h209 struct list_head rr_all; member