Searched refs:xps_iter_ops (Results 1 – 2 of 2) sorted by relevance
141 xps->xps_iter_ops = &rpc_xprt_iter_singular; in xprt_switch_alloc()211 if (READ_ONCE(xps->xps_iter_ops) != &rpc_xprt_iter_roundrobin) in rpc_xprt_switch_set_roundrobin()212 WRITE_ONCE(xps->xps_iter_ops, &rpc_xprt_iter_roundrobin); in rpc_xprt_switch_set_roundrobin()220 return rcu_dereference(xpi->xpi_xpswitch)->xps_iter_ops; in xprt_iter_ops()
27 const struct rpc_xprt_iter_ops *xps_iter_ops; member