• Home
  • Raw
  • Download

Lines Matching refs:head

205 struct rpc_xprt *xprt_switch_find_first_entry(struct list_head *head)  in xprt_switch_find_first_entry()  argument
209 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_first_entry()
227 struct rpc_xprt *xprt_switch_find_current_entry(struct list_head *head, in xprt_switch_find_current_entry() argument
233 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_current_entry()
246 struct list_head *head; in xprt_iter_current_entry() local
250 head = &xps->xps_xprt_list; in xprt_iter_current_entry()
252 return xprt_switch_find_first_entry(head); in xprt_iter_current_entry()
253 return xprt_switch_find_current_entry(head, xpi->xpi_cursor); in xprt_iter_current_entry()
260 struct list_head *head; in __rpc_xprt_switch_has_addr() local
266 head = &xps->xps_xprt_list; in __rpc_xprt_switch_has_addr()
267 list_for_each_entry_rcu(pos, head, xprt_switch) { in __rpc_xprt_switch_has_addr()
290 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry() argument
296 list_for_each_entry_rcu(pos, head, xprt_switch) { in xprt_switch_find_next_entry()
331 struct rpc_xprt *__xprt_switch_find_next_entry_roundrobin(struct list_head *head, in __xprt_switch_find_next_entry_roundrobin() argument
336 ret = xprt_switch_find_next_entry(head, cur); in __xprt_switch_find_next_entry_roundrobin()
339 return xprt_switch_find_first_entry(head); in __xprt_switch_find_next_entry_roundrobin()
346 struct list_head *head = &xps->xps_xprt_list; in xprt_switch_find_next_entry_roundrobin() local
353 xprt = __xprt_switch_find_next_entry_roundrobin(head, cur); in xprt_switch_find_next_entry_roundrobin()