Searched refs:xps_xprt_list (Results 1 – 2 of 2) sorted by relevance
34 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()106 INIT_LIST_HEAD(&xps->xps_xprt_list); in xprt_switch_alloc()117 while (!list_empty(&xps->xps_xprt_list)) { in xprt_switch_free_entries()120 xprt = list_first_entry(&xps->xps_xprt_list, in xprt_switch_free_entries()208 return xprt_switch_find_first_entry(&xps->xps_xprt_list); in xprt_iter_first_entry()232 head = &xps->xps_xprt_list; in xprt_iter_current_entry()247 head = &xps->xps_xprt_list; in rpc_xprt_switch_has_addr()300 return xprt_switch_set_next_cursor(&xps->xps_xprt_list, in xprt_iter_next_entry_multiple()
18 struct list_head xps_xprt_list; member