Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dbackchannel_rqst.c47 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()
173 xprt->bc_alloc_count += min_reqs; in xprt_setup_bc()
228 xprt->bc_alloc_count--; in xprt_destroy_bc()
252 xprt->bc_alloc_count++; in xprt_get_bc_request()
296 xprt->bc_alloc_count++; in xprt_free_bc_rqst()
364 xprt->bc_alloc_count--; in xprt_complete_bc_request()
/Linux-v5.10/net/sunrpc/xprtrdma/
Dbackchannel.c190 if (xprt->bc_alloc_count >= RPCRDMA_BACKWARD_WRS) in rpcrdma_bc_rqst_get()
202 xprt->bc_alloc_count++; in rpcrdma_bc_rqst_get()
/Linux-v5.10/include/linux/sunrpc/
Dxprt.h256 unsigned int bc_alloc_count; /* Total number of preallocs */ member