Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/ !
Dbackchannel_rqst.c40 return xprt->bc_alloc_count > 0; in xprt_need_to_requeue()
45 xprt->bc_alloc_count += n; in xprt_inc_alloc_count()
50 return xprt->bc_alloc_count -= n; in xprt_dec_alloc_count()
/linux-3.4.99/include/linux/sunrpc/ !
Dxprt.h208 unsigned int bc_alloc_count; /* Total number of preallocs */ member