Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsysfs.c212 if (!xprt_switch) in rpc_sysfs_xprt_switch_info_show()
216 xprt_switch->xps_nxprts, xprt_switch->xps_nactive, in rpc_sysfs_xprt_switch_info_show()
219 xprt_switch_put(xprt_switch); in rpc_sysfs_xprt_switch_info_show()
379 kfree(xprt_switch); in rpc_sysfs_xprt_switch_release()
494 xprt_switch->xps_id) == 0) in rpc_sysfs_xprt_switch_alloc()
536 rpc_client->xprt_switch = xprt_switch; in rpc_sysfs_client_setup()
553 if (xprt_switch->xps_net) in rpc_sysfs_xprt_switch_setup()
554 net = xprt_switch->xps_net; in rpc_sysfs_xprt_switch_setup()
562 rpc_xprt_switch->xprt_switch = xprt_switch; in rpc_sysfs_xprt_switch_setup()
580 rpc_xprt->xprt_switch = xprt_switch; in rpc_sysfs_xprt_setup()
[all …]
A Dsysfs.h12 struct rpc_xprt_switch *xprt_switch; member
18 struct rpc_xprt_switch *xprt_switch; member
25 struct rpc_xprt_switch *xprt_switch; member
32 struct rpc_xprt_switch *xprt_switch,
35 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch,
38 void rpc_sysfs_xprt_setup(struct rpc_xprt_switch *xprt_switch,
A Dxprtmultipath.c36 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()
74 list_del_rcu(&xprt->xprt_switch); in xprt_switch_remove_xprt_locked()
156 struct rpc_xprt, xprt_switch); in xprt_switch_free_entries()
244 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_first_entry()
268 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_current_entry()
301 list_for_each_entry_rcu(pos, head, xprt_switch) { in rpc_xprt_switch_has_addr()
318 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_next_entry()
A Dxprt.c2017 INIT_LIST_HEAD(&xprt->xprt_switch); in xprt_init()
/linux/include/linux/sunrpc/
A Dxprt.h221 struct list_head xprt_switch; member

Completed in 11 milliseconds