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