Home
last modified time | relevance | path

Searched refs:bc_alloc_count (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
H A Dbackchannel_rqst.c33 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()
169 xprt->bc_alloc_count += min_reqs; in xprt_setup_bc()
224 xprt->bc_alloc_count--; in xprt_destroy_bc()
248 xprt->bc_alloc_count++; in xprt_get_bc_request()
295 xprt->bc_alloc_count++; in xprt_free_bc_rqst()
361 xprt->bc_alloc_count--; in xprt_complete_bc_request()
/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c188 if (xprt->bc_alloc_count >= RPCRDMA_BACKWARD_WRS) in rpcrdma_bc_rqst_get()
200 xprt->bc_alloc_count++; in rpcrdma_bc_rqst_get()
/linux/include/linux/sunrpc/
H A Dxprt.h272 unsigned int bc_alloc_count; /* Total number of preallocs */ member