Home
last modified time | relevance | path

Searched refs:xps_xprt_list (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtmultipath.c34 list_add_tail_rcu(&xprt->xprt_switch, &xps->xps_xprt_list); in xprt_switch_add_xprt_locked()
109 INIT_LIST_HEAD(&xps->xps_xprt_list); in xprt_switch_alloc()
120 while (!list_empty(&xps->xps_xprt_list)) { in xprt_switch_free_entries()
123 xprt = list_first_entry(&xps->xps_xprt_list, in xprt_switch_free_entries()
223 return xprt_switch_find_first_entry(&xps->xps_xprt_list); in xprt_iter_first_entry()
250 head = &xps->xps_xprt_list; in xprt_iter_current_entry()
265 head = &xps->xps_xprt_list; in rpc_xprt_switch_has_addr()
333 struct list_head *head = &xps->xps_xprt_list; in xprt_switch_find_next_entry_roundrobin()
365 return xprt_switch_find_next_entry(&xps->xps_xprt_list, cur); in xprt_switch_find_next_entry_all()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprtmultipath.h20 struct list_head xps_xprt_list; member