Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dbackchannel_rqst.c34 #define BC_MAX_SLOTS 64U macro
38 return BC_MAX_SLOTS; in xprt_bc_max_slots()
143 if (min_reqs > BC_MAX_SLOTS) in xprt_setup_bc()
144 min_reqs = BC_MAX_SLOTS; in xprt_setup_bc()
249 if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS) in xprt_get_bc_request()

Completed in 4 milliseconds