Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dbackchannel_rqst.c33 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()
170 xprt->bc_alloc_count += min_reqs; in xprt_setup_bc()
225 xprt->bc_alloc_count--; in xprt_destroy_bc()
249 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-6.3-rc2/net/sunrpc/xprtrdma/
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-6.3-rc2/include/linux/sunrpc/
A Dxprt.h264 unsigned int bc_alloc_count; /* Total number of preallocs */ member

Completed in 6 milliseconds