Searched refs:xps_iter_ops (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dxprtmultipath.h27 const struct rpc_xprt_iter_ops *xps_iter_ops; member in struct:rpc_xprt_switch
/linux-master/net/sunrpc/
H A Dxprtmultipath.c141 xps->xps_iter_ops = &rpc_xprt_iter_singular;
211 if (READ_ONCE(xps->xps_iter_ops) != &rpc_xprt_iter_roundrobin)
212 WRITE_ONCE(xps->xps_iter_ops, &rpc_xprt_iter_roundrobin);
220 return rcu_dereference(xpi->xpi_xpswitch)->xps_iter_ops;

Completed in 205 milliseconds