Searched refs:xps_xprt_list (Results 1 – 2 of 2) sorted by relevance
37 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()140 INIT_LIST_HEAD(&xps->xps_xprt_list); in xprt_switch_alloc()154 while (!list_empty(&xps->xps_xprt_list)) { in xprt_switch_free_entries()157 xprt = list_first_entry(&xps->xps_xprt_list, in xprt_switch_free_entries()272 return xprt_switch_find_first_entry(&xps->xps_xprt_list); in xprt_iter_first_entry()311 head = &xps->xps_xprt_list; in _xprt_iter_current_entry()349 head = &xps->xps_xprt_list; in __rpc_xprt_switch_has_addr()434 struct list_head *head = &xps->xps_xprt_list; in xprt_switch_find_next_entry_roundrobin()466 return xprt_switch_find_next_entry(&xps->xps_xprt_list, cur, true); in xprt_switch_find_next_entry_all()473 return xprt_switch_find_next_entry(&xps->xps_xprt_list, cur, false); in xprt_switch_find_next_entry_offline()
23 struct list_head xps_xprt_list; member