Searched refs:xprt_switch_find_next_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtmultipath.c | 373 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry() function 424 ret = xprt_switch_find_next_entry(head, cur, true); 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtmultipath.c | 290 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry() function 336 ret = xprt_switch_find_next_entry(head, cur); in __xprt_switch_find_next_entry_roundrobin() 378 return xprt_switch_find_next_entry(&xps->xps_xprt_list, cur); in xprt_switch_find_next_entry_all()
|
Completed in 3 milliseconds