Home
last modified time | relevance | path

Searched refs:bc_alloc_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sunrpc/
Dbackchannel_rqst.c40 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()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h227 int bc_alloc_count; /* Total number of preallocs */ member