Searched refs:rb_all (Results 1 – 2 of 2) sorted by relevance
1044 list_splice(&all, &buf->rb_all); in rpcrdma_mrs_create()1147 INIT_LIST_HEAD(&buf->rb_all); in rpcrdma_buffer_create()1213 while (!list_empty(&buf->rb_all)) { in rpcrdma_mrs_destroy()1214 mr = list_entry(buf->rb_all.next, struct rpcrdma_mr, mr_all); in rpcrdma_mrs_destroy()
393 struct list_head rb_all; member