Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtmultipath.c351 unsigned long xprt_queuelen, xps_queuelen; in xprt_switch_find_next_entry_roundrobin() local
356 xprt_queuelen = atomic_long_read(&xprt->queuelen); in xprt_switch_find_next_entry_roundrobin()
359 /* Exit loop if xprt_queuelen <= average queue length */ in xprt_switch_find_next_entry_roundrobin()
360 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds