Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Dbackchannel_rqst.c34 #define BC_MAX_SLOTS 64U macro
38 return BC_MAX_SLOTS; in xprt_bc_max_slots()
154 if (min_reqs > BC_MAX_SLOTS) in xprt_setup_bc()
155 min_reqs = BC_MAX_SLOTS; in xprt_setup_bc()
260 if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS) in xprt_get_bc_request()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dbackchannel_rqst.c20 #define BC_MAX_SLOTS 64U macro
24 return BC_MAX_SLOTS; in xprt_bc_max_slots()
140 if (min_reqs > BC_MAX_SLOTS) in xprt_setup_bc()
141 min_reqs = BC_MAX_SLOTS; in xprt_setup_bc()
246 if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS) in xprt_get_bc_request()

Completed in 3 milliseconds