XAS_RESTART      1298 include/linux/xarray.h 	.xa_node = XAS_RESTART,				\
XAS_RESTART      1417 include/linux/xarray.h 	return node <= XAS_RESTART;
XAS_RESTART      1432 include/linux/xarray.h 	xas->xa_node = XAS_RESTART;
XAS_RESTART      1508 include/linux/xarray.h 	xas->xa_node = XAS_RESTART;
XAS_RESTART      1524 include/linux/xarray.h 	xas->xa_node = XAS_RESTART;
XAS_RESTART       117 lib/test_xarray.c 	XA_BUG_ON(xa, xas.xa_node != XAS_RESTART);
XAS_RESTART       126 lib/test_xarray.c 	xas.xa_node = XAS_RESTART;
XAS_RESTART      1063 lib/test_xarray.c 						xas.xa_node != XAS_RESTART);
XAS_RESTART      1250 lib/test_xarray.c 			XA_BUG_ON(xa, xas.xa_node == XAS_RESTART);
XAS_RESTART      1264 lib/test_xarray.c 			XA_BUG_ON(xa, xas.xa_node == XAS_RESTART);
XAS_RESTART       308 lib/xarray.c   	xas->xa_node = XAS_RESTART;
XAS_RESTART       343 lib/xarray.c   	xas->xa_node = XAS_RESTART;
XAS_RESTART       971 lib/xarray.c   	xas->xa_node = XAS_RESTART;
XAS_RESTART      1093 lib/xarray.c   	} else if (xas->xa_node == XAS_RESTART) {
XAS_RESTART      1224 lib/xarray.c   	xas->xa_node = XAS_RESTART;
XAS_RESTART      1630 lib/xarray.c   		if (xas.xa_node == XAS_RESTART)