Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtmultipath.c110 xps->xps_iter_ops = &rpc_xprt_iter_singular; in xprt_switch_alloc()
175 if (READ_ONCE(xps->xps_iter_ops) != &rpc_xprt_iter_roundrobin) in rpc_xprt_switch_set_roundrobin()
176 WRITE_ONCE(xps->xps_iter_ops, &rpc_xprt_iter_roundrobin); in rpc_xprt_switch_set_roundrobin()
184 return rcu_dereference(xpi->xpi_xpswitch)->xps_iter_ops; in xprt_iter_ops()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprtmultipath.h24 const struct rpc_xprt_iter_ops *xps_iter_ops; member