xps_queuelen       19 include/linux/sunrpc/xprtmultipath.h 	atomic_long_t		xps_queuelen;
xps_queuelen      990 net/sunrpc/clnt.c 	atomic_long_inc(&xps->xps_queuelen);
xps_queuelen     1005 net/sunrpc/clnt.c 	atomic_long_dec(&xps->xps_queuelen);
xps_queuelen      107 net/sunrpc/xprtmultipath.c 		atomic_long_set(&xps->xps_queuelen, 0);
xps_queuelen      338 net/sunrpc/xprtmultipath.c 		unsigned long xprt_queuelen, xps_queuelen;
xps_queuelen      344 net/sunrpc/xprtmultipath.c 		xps_queuelen = atomic_long_read(&xps->xps_queuelen);
xps_queuelen      347 net/sunrpc/xprtmultipath.c 		if (xprt_queuelen * nactive <= xps_queuelen)