xpi_cursor         31 include/linux/sunrpc/xprtmultipath.h 	struct rpc_xprt *	xpi_cursor;
xpi_cursor        195 net/sunrpc/xprtmultipath.c 	WRITE_ONCE(xpi->xpi_cursor, NULL);
xpi_cursor        251 net/sunrpc/xprtmultipath.c 	if (xpi->xpi_cursor == NULL || xps->xps_nxprts < 2)
xpi_cursor        253 net/sunrpc/xprtmultipath.c 	return xprt_switch_find_current_entry(head, xpi->xpi_cursor);
xpi_cursor        314 net/sunrpc/xprtmultipath.c 	return xprt_switch_set_next_cursor(xps, &xpi->xpi_cursor, find_next);
xpi_cursor        395 net/sunrpc/xprtmultipath.c 	xpi->xpi_cursor = NULL;