Searched refs:xps_xprt_list (Results 1 – 2 of 2) sorted by relevance
36 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()138 INIT_LIST_HEAD(&xps->xps_xprt_list); in xprt_switch_alloc()152 while (!list_empty(&xps->xps_xprt_list)) { in xprt_switch_free_entries()155 xprt = list_first_entry(&xps->xps_xprt_list, in xprt_switch_free_entries()258 return xprt_switch_find_first_entry(&xps->xps_xprt_list); in xprt_iter_first_entry()285 head = &xps->xps_xprt_list; in xprt_iter_current_entry()300 head = &xps->xps_xprt_list; in rpc_xprt_switch_has_addr()368 struct list_head *head = &xps->xps_xprt_list; in xprt_switch_find_next_entry_roundrobin()400 return xprt_switch_find_next_entry(&xps->xps_xprt_list, cur); in xprt_switch_find_next_entry_all()
23 struct list_head xps_xprt_list; member
Completed in 5 milliseconds