xa_store_index     88 lib/test_xarray.c 	XA_BUG_ON(xa, xa_err(xa_store_index(xa, 0, GFP_NOWAIT)) != 0);
xa_store_index     92 lib/test_xarray.c 	XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_NOWAIT)) != -ENOMEM);
xa_store_index     93 lib/test_xarray.c 	XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_NOWAIT)) != -ENOMEM);
xa_store_index     95 lib/test_xarray.c 	XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_KERNEL)) != 0);
xa_store_index    107 lib/test_xarray.c 	xa_store_index(xa, 0, GFP_KERNEL);
xa_store_index    108 lib/test_xarray.c 	xa_store_index(xa, 1, GFP_KERNEL);
xa_store_index    122 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL);
xa_store_index    159 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
xa_store_index    186 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, index, GFP_KERNEL) != NULL);
xa_store_index    212 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, index + 1, GFP_KERNEL));
xa_store_index    214 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, index + 2, GFP_KERNEL));
xa_store_index    216 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL));
xa_store_index    261 lib/test_xarray.c 	xa_store_index(xa, 0, GFP_KERNEL);
xa_store_index    270 lib/test_xarray.c 		xa_store_index(xa, index, GFP_KERNEL);
xa_store_index    310 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 0, GFP_KERNEL) != NULL);
xa_store_index    311 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL);
xa_store_index    339 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, ULONG_MAX, GFP_KERNEL) !=
xa_store_index    389 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 12345678, GFP_KERNEL) != NULL);
xa_store_index    417 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 12345678, GFP_NOWAIT) != NULL);
xa_store_index    439 lib/test_xarray.c 	xa_store_index(xa, 5, GFP_KERNEL);
xa_store_index    441 lib/test_xarray.c 	xa_store_index(xa, 7, GFP_KERNEL);
xa_store_index    615 lib/test_xarray.c 	xa_store_index(xa, 1, GFP_KERNEL);
xa_store_index    616 lib/test_xarray.c 	xa_store_index(xa, 2, GFP_KERNEL);
xa_store_index    686 lib/test_xarray.c 	xa_store_index(xa, base + 1, GFP_KERNEL);
xa_store_index    720 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, 3, GFP_KERNEL) != 0);
xa_store_index    884 lib/test_xarray.c 		xa_store_index(xa, min, GFP_KERNEL);
xa_store_index    887 lib/test_xarray.c 		xa_store_index(xa, max, GFP_KERNEL);
xa_store_index    892 lib/test_xarray.c 			xa_store_index(xa, j, GFP_KERNEL);
xa_store_index    896 lib/test_xarray.c 			xa_store_index(xa, min + j, GFP_KERNEL);
xa_store_index    901 lib/test_xarray.c 	xa_store_index(xa, 63, GFP_KERNEL);
xa_store_index    902 lib/test_xarray.c 	xa_store_index(xa, 65, GFP_KERNEL);
xa_store_index    917 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL) != NULL);
xa_store_index    918 lib/test_xarray.c 	XA_BUG_ON(xa, xa_store_index(xa, next + 1, GFP_KERNEL) != NULL);
xa_store_index    951 lib/test_xarray.c 			xa_store_index(xa, index - 1, GFP_KERNEL);
xa_store_index    990 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
xa_store_index    993 lib/test_xarray.c 			XA_BUG_ON(xa, xa_store_index(xa, j, GFP_KERNEL) !=
xa_store_index   1037 lib/test_xarray.c 		xa_store_index(xa, index, GFP_KERNEL);
xa_store_index   1067 lib/test_xarray.c 		xa_store_index(xa, i, GFP_KERNEL);
xa_store_index   1078 lib/test_xarray.c 	xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
xa_store_index   1152 lib/test_xarray.c 	xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
xa_store_index   1204 lib/test_xarray.c 	xa_store_index(xa, 0, GFP_KERNEL);
xa_store_index   1221 lib/test_xarray.c 	xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
xa_store_index   1243 lib/test_xarray.c 	xa_store_index(xa, 0, GFP_KERNEL);
xa_store_index   1244 lib/test_xarray.c 	xa_store_index(xa, idx, GFP_KERNEL);
xa_store_index   1292 lib/test_xarray.c 		XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
xa_store_index   1416 lib/test_xarray.c 	xa_store_index(xa, index, GFP_KERNEL);
xa_store_index   1664 lib/test_xarray.c 		xa_store_index(xa, index, GFP_KERNEL);