Home
last modified time | relevance | path

Searched refs:xprt_switch (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
H A Dsysfs.c88 return xprt_switch_get(x->xprt_switch); in rpc_sysfs_xprt_kobj_get_xprt_switch()
97 return xprt_switch_get(x->xprt_switch); in rpc_sysfs_xprt_switch_kobj_get_xprt()
302 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show() local
306 if (!xprt_switch) in rpc_sysfs_xprt_switch_info_show()
310 xprt_switch->xps_nxprts, xprt_switch->xps_nactive, in rpc_sysfs_xprt_switch_info_show()
311 xprt_switch->xps_nunique_destaddr_xprts, in rpc_sysfs_xprt_switch_info_show()
312 atomic_long_read(&xprt_switch->xps_queuelen)); in rpc_sysfs_xprt_switch_info_show()
313 xprt_switch_put(xprt_switch); in rpc_sysfs_xprt_switch_info_show()
321 return sprintf(buf, "# add one xprt to this xprt_switch\ in rpc_sysfs_xprt_switch_add_xprt_show()
328 struct rpc_xprt_switch *xprt_switch = rpc_sysfs_xprt_switch_add_xprt_store() local
543 struct rpc_sysfs_xprt_switch *xprt_switch; rpc_sysfs_xprt_switch_release() local
683 rpc_sysfs_xprt_switch_alloc(struct kobject * parent,struct rpc_xprt_switch * xprt_switch,struct net * net,gfp_t gfp_flags) rpc_sysfs_xprt_switch_alloc() argument
723 rpc_sysfs_client_setup(struct rpc_clnt * clnt,struct rpc_xprt_switch * xprt_switch,struct net * net) rpc_sysfs_client_setup() argument
751 rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch * xprt_switch,struct rpc_xprt * xprt,gfp_t gfp_flags) rpc_sysfs_xprt_switch_setup() argument
775 rpc_sysfs_xprt_setup(struct rpc_xprt_switch * xprt_switch,struct rpc_xprt * xprt,gfp_t gfp_flags) rpc_sysfs_xprt_setup() argument
810 rpc_sysfs_xprt_switch_destroy(struct rpc_xprt_switch * xprt_switch) rpc_sysfs_xprt_switch_destroy() argument
[all...]
H A Dsysfs.h11 struct rpc_xprt_switch *xprt_switch; member
18 struct rpc_xprt_switch *xprt_switch; member
25 struct rpc_xprt_switch *xprt_switch,
28 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch,
31 void rpc_sysfs_xprt_setup(struct rpc_xprt_switch *xprt_switch,
H A Dxprtmultipath.c37 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()
75 list_del_rcu(&xprt->xprt_switch); in xprt_switch_remove_xprt_locked()
179 struct rpc_xprt, xprt_switch); in xprt_switch_free_entries()
267 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_first_entry()
279 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_first_entry_offline()
304 list_for_each_entry_rcu(pos, head, xprt_switch) { in _xprt_switch_find_current_entry()
371 list_for_each_entry_rcu(pos, head, xprt_switch) { in __rpc_xprt_switch_has_addr()
400 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_next_entry()
H A Dxprt.c2054 INIT_LIST_HEAD(&xprt->xprt_switch); in xprt_init()
/linux/include/linux/sunrpc/
H A Dxprt.h247 struct list_head xprt_switch; member