Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dbackchannel_rqst.c40 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()
Dsvc.c1498 atomic_inc(&req->rq_xprt->bc_free_slots); in bc_svc_process()
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h245 atomic_t bc_free_slots; member