Searched refs:buffers (Results 1 – 3 of 3) sorted by relevance
| /net/sunrpc/xprtrdma/ |
| A D | verbs.c | 1193 void rpcrdma_reply_put(struct rpcrdma_buffer *buffers, struct rpcrdma_req *req) in rpcrdma_reply_put() argument 1196 rpcrdma_rep_put(buffers, req->rl_reply); in rpcrdma_reply_put() 1208 rpcrdma_buffer_get(struct rpcrdma_buffer *buffers) in rpcrdma_buffer_get() argument 1212 spin_lock(&buffers->rb_lock); in rpcrdma_buffer_get() 1213 req = list_first_entry_or_null(&buffers->rb_send_bufs, in rpcrdma_buffer_get() 1217 spin_unlock(&buffers->rb_lock); in rpcrdma_buffer_get() 1227 void rpcrdma_buffer_put(struct rpcrdma_buffer *buffers, struct rpcrdma_req *req) in rpcrdma_buffer_put() argument 1229 rpcrdma_reply_put(buffers, req); in rpcrdma_buffer_put() 1231 spin_lock(&buffers->rb_lock); in rpcrdma_buffer_put() 1232 list_add(&req->rl_list, &buffers->rb_send_bufs); in rpcrdma_buffer_put() [all …]
|
| A D | xprt_rdma.h | 487 void rpcrdma_buffer_put(struct rpcrdma_buffer *buffers, 490 void rpcrdma_reply_put(struct rpcrdma_buffer *buffers, struct rpcrdma_req *req);
|
| /net/ipv4/ |
| A D | Kconfig | 678 operate with shallow buffers, deep buffers, bufferbloat, policers, or
|
Completed in 12 milliseconds