Searched refs:bc_free_slots (Results 1 – 3 of 3) sorted by relevance
40 return xprt->bc_alloc_count < atomic_read(&xprt->bc_free_slots); in xprt_need_to_requeue()45 atomic_add(n, &xprt->bc_free_slots); in xprt_inc_alloc_count()51 atomic_sub(n, &xprt->bc_free_slots); in xprt_dec_alloc_count()244 if (atomic_read(&xprt->bc_free_slots) <= 0) in xprt_alloc_bc_request()
1498 atomic_inc(&req->rq_xprt->bc_free_slots); in bc_svc_process()
245 atomic_t bc_free_slots; member