Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxprtmultipath.c439 unsigned long xprt_queuelen, xps_queuelen; in xprt_switch_find_next_entry_roundrobin() local
444 xprt_queuelen = atomic_long_read(&xprt->queuelen); in xprt_switch_find_next_entry_roundrobin()
447 /* Exit loop if xprt_queuelen <= average queue length */ in xprt_switch_find_next_entry_roundrobin()
448 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()