Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Dxprtmultipath.c138 atomic_long_set(&xps->xps_queuelen, 0); in xprt_switch_alloc()
426 unsigned long xprt_queuelen, xps_queuelen; in xprt_switch_find_next_entry_roundrobin() local
432 xps_queuelen = atomic_long_read(&xps->xps_queuelen); in xprt_switch_find_next_entry_roundrobin()
435 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
Dsysfs.c223 atomic_long_read(&xprt_switch->xps_queuelen)); in rpc_sysfs_xprt_switch_info_show()
Dclnt.c1070 atomic_long_inc(&xps->xps_queuelen); in rpc_task_get_xprt()
1085 atomic_long_dec(&xps->xps_queuelen); in rpc_task_release_xprt()
/linux-6.1.9/include/linux/sunrpc/
Dxprtmultipath.h22 atomic_long_t xps_queuelen; member