Searched refs:xprt_switch (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | xprtmultipath.c | 34 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked() 69 list_del_rcu(&xprt->xprt_switch); in xprt_switch_remove_xprt_locked() 121 struct rpc_xprt, xprt_switch); in xprt_switch_free_entries() 198 return list_first_or_null_rcu(head, struct rpc_xprt, xprt_switch); in xprt_switch_find_first_entry() 217 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_current_entry() 248 list_for_each_entry_rcu(pos, head, xprt_switch) { in rpc_xprt_switch_has_addr() 264 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_next_entry()
|
D | xprt.c | 1402 INIT_LIST_HEAD(&xprt->xprt_switch); in xprt_init()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | xprt.h | 211 struct list_head xprt_switch; member
|