Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dbackchannel_rqst.c47 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()
174 xprt->bc_alloc_max += min_reqs; in xprt_setup_bc()
223 xprt->bc_alloc_max -= min(max_reqs, xprt->bc_alloc_max); in xprt_destroy_bc()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h259 unsigned int bc_alloc_max; member