Searched refs:bc_alloc_count (Results 1 – 2 of 2) sorted by relevance
40 return xprt->bc_alloc_count < atomic_read(&xprt->bc_free_slots); in xprt_need_to_requeue()46 xprt->bc_alloc_count += n; in xprt_inc_alloc_count()52 return xprt->bc_alloc_count -= n; in xprt_dec_alloc_count()257 xprt->bc_alloc_count++; in xprt_alloc_bc_request()301 xprt->bc_alloc_count++; in xprt_free_bc_rqst()
227 int bc_alloc_count; /* Total number of preallocs */ member