Searched defs:rpc_xprt_switch (Results 1 – 3 of 3) sorted by relevance
13495 struct rpc_xprt_switch { struct13496 spinlock_t xps_lock;13497 struct kref xps_kref;13498 unsigned int xps_id;13499 unsigned int xps_nxprts;13500 unsigned int xps_nactive;13501 unsigned int xps_nunique_destaddr_xprts;13502 atomic_long_t xps_queuelen;13503 struct list_head xps_xprt_list;13504 struct net *xps_net;[all …]
13784 struct rpc_xprt_switch { struct13785 spinlock_t xps_lock;13786 struct kref xps_kref;13787 unsigned int xps_nxprts;13788 unsigned int xps_nactive;13789 atomic_long_t xps_queuelen;13790 struct list_head xps_xprt_list;13791 struct net *xps_net;13792 const struct rpc_xprt_iter_ops *xps_iter_ops;13793 struct callback_head xps_rcu;