Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c979 list_add(&rep->rr_all, &buf->rb_all_reps); in rpcrdma_rep_create()
1037 list_for_each_entry(rep, &buf->rb_all_reps, rr_all) { in rpcrdma_reps_unmap()
1048 while ((rep = list_first_entry_or_null(&buf->rb_all_reps, in rpcrdma_reps_destroy()
1080 INIT_LIST_HEAD(&buf->rb_all_reps); in rpcrdma_buffer_create()
Dxprt_rdma.h369 struct list_head rb_all_reps; member