Searched refs:bc_alloc_count (Results 1 – 3 of 3) sorted by relevance
49 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()185 xprt->bc_alloc_count += min_reqs; in xprt_setup_bc()240 xprt->bc_alloc_count--; in xprt_destroy_bc()264 xprt->bc_alloc_count++; in xprt_get_bc_request()311 xprt->bc_alloc_count++; in xprt_free_bc_rqst()376 xprt->bc_alloc_count--; in xprt_complete_bc_request()
189 if (xprt->bc_alloc_count >= RPCRDMA_BACKWARD_WRS) in rpcrdma_bc_rqst_get()201 xprt->bc_alloc_count++; in rpcrdma_bc_rqst_get()
287 unsigned int bc_alloc_count; /* Total number of preallocs */ member