Searched refs:bc_alloc_count (Results 1 – 3 of 3) sorted by relevance
33 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()
188 if (xprt->bc_alloc_count >= RPCRDMA_BACKWARD_WRS) in rpcrdma_bc_rqst_get()200 xprt->bc_alloc_count++; in rpcrdma_bc_rqst_get()
281 unsigned int bc_alloc_count; /* Total number of preallocs */ member