Searched refs:xprt_switch (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/sunrpc/ |
D | xprtmultipath.c | 34 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked() 70 list_del_rcu(&xprt->xprt_switch); in xprt_switch_remove_xprt_locked() 124 struct rpc_xprt, xprt_switch); in xprt_switch_free_entries() 209 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_first_entry() 233 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_current_entry() 266 list_for_each_entry_rcu(pos, head, xprt_switch) { in rpc_xprt_switch_has_addr() 283 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_next_entry()
|
D | xprt.c | 1875 INIT_LIST_HEAD(&xprt->xprt_switch); in xprt_init()
|
/Linux-v5.10/include/linux/sunrpc/ |
D | xprt.h | 218 struct list_head xprt_switch; member
|