Searched refs:rpc_xprt_iter_roundrobin (Results 1 – 1 of 1) sorted by relevance
28 static const struct rpc_xprt_iter_ops rpc_xprt_iter_roundrobin; variable211 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()649 const struct rpc_xprt_iter_ops rpc_xprt_iter_roundrobin = { variable