hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/sunrpc/xprtmultipath.h
....@@ -15,6 +15,8 @@
1515 struct kref xps_kref;
1616
1717 unsigned int xps_nxprts;
18
+ unsigned int xps_nactive;
19
+ atomic_long_t xps_queuelen;
1820 struct list_head xps_xprt_list;
1921
2022 struct net * xps_net;