Searched refs:rb_allreqs (Results 1 - 2 of 2) sorted by path

/linux-master/net/sunrpc/xprtrdma/
H A Dverbs.c829 list_add(&req->rl_all, &buffer->rb_allreqs);
875 /* ASSUMPTION: the rb_allreqs list is stable for the duration,
886 list_for_each_entry(req, &buf->rb_allreqs, rl_all) {
908 /* ASSUMPTION: the rb_allreqs list is stable for the duration,
918 list_for_each_entry(req, &buf->rb_allreqs, rl_all)
1052 INIT_LIST_HEAD(&buf->rb_allreqs);
H A Dxprt_rdma.h374 struct list_head rb_allreqs; member in struct:rpcrdma_buffer

Completed in 221 milliseconds