Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dbackchannel_rqst.c47 return xprt->bc_alloc_count < xprt->bc_alloc_max; in xprt_need_to_requeue()
184 xprt->bc_alloc_count += min_reqs; in xprt_setup_bc()
239 xprt->bc_alloc_count--; in xprt_destroy_bc()
263 xprt->bc_alloc_count++; in xprt_get_bc_request()
310 xprt->bc_alloc_count++; in xprt_free_bc_rqst()
378 xprt->bc_alloc_count--; in xprt_complete_bc_request()
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dbackchannel.c190 if (xprt->bc_alloc_count >= RPCRDMA_BACKWARD_WRS) in rpcrdma_bc_rqst_get()
202 xprt->bc_alloc_count++; in rpcrdma_bc_rqst_get()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h256 unsigned int bc_alloc_count; /* Total number of preallocs */ member