Symbol: xa_store_index
lib/test_xarray.c
107
xa_store_index(xa, 0, GFP_KERNEL);
lib/test_xarray.c
108
xa_store_index(xa, 1, GFP_KERNEL);
lib/test_xarray.c
1155
xa_store_index(xa, min, GFP_KERNEL);
lib/test_xarray.c
1158
xa_store_index(xa, max, GFP_KERNEL);
lib/test_xarray.c
1163
xa_store_index(xa, j, GFP_KERNEL);
lib/test_xarray.c
1167
xa_store_index(xa, min + j, GFP_KERNEL);
lib/test_xarray.c
1172
xa_store_index(xa, 63, GFP_KERNEL);
lib/test_xarray.c
1173
xa_store_index(xa, 65, GFP_KERNEL);
lib/test_xarray.c
1188
XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL) != NULL);
lib/test_xarray.c
1189
XA_BUG_ON(xa, xa_store_index(xa, next + 1, GFP_KERNEL) != NULL);
lib/test_xarray.c
122
XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL);
lib/test_xarray.c
1222
xa_store_index(xa, index - 1, GFP_KERNEL);
lib/test_xarray.c
1261
XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
lib/test_xarray.c
1264
XA_BUG_ON(xa, xa_store_index(xa, j, GFP_KERNEL) !=
lib/test_xarray.c
1308
xa_store_index(xa, index, GFP_KERNEL);
lib/test_xarray.c
1338
xa_store_index(xa, i, GFP_KERNEL);
lib/test_xarray.c
1349
xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
lib/test_xarray.c
1423
xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
lib/test_xarray.c
1511
xa_store_index(xa, 0, GFP_KERNEL);
lib/test_xarray.c
1528
xa_store_index(xa, ULONG_MAX, GFP_KERNEL);
lib/test_xarray.c
1550
xa_store_index(xa, 0, GFP_KERNEL);
lib/test_xarray.c
1551
xa_store_index(xa, idx, GFP_KERNEL);
lib/test_xarray.c
159
XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
lib/test_xarray.c
1599
XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL);
lib/test_xarray.c
1723
xa_store_index(xa, index, GFP_KERNEL);
lib/test_xarray.c
186
XA_BUG_ON(xa, xa_store_index(xa, index, GFP_KERNEL) != NULL);
lib/test_xarray.c
212
XA_BUG_ON(xa, xa_store_index(xa, index + 1, GFP_KERNEL));
lib/test_xarray.c
214
XA_BUG_ON(xa, xa_store_index(xa, index + 2, GFP_KERNEL));
lib/test_xarray.c
216
XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL));
lib/test_xarray.c
2208
xa_store_index(xa, index, GFP_KERNEL);
lib/test_xarray.c
261
xa_store_index(xa, 0, GFP_KERNEL);
lib/test_xarray.c
270
xa_store_index(xa, index, GFP_KERNEL);
lib/test_xarray.c
332
XA_BUG_ON(xa, xa_store_index(xa, 0, GFP_KERNEL) != NULL);
lib/test_xarray.c
333
XA_BUG_ON(xa, xa_store_index(xa, 1, GFP_KERNEL) != NULL);
lib/test_xarray.c
361
XA_BUG_ON(xa, xa_store_index(xa, ULONG_MAX, GFP_KERNEL) !=
lib/test_xarray.c
411
XA_BUG_ON(xa, xa_store_index(xa, 12345678, GFP_KERNEL) != NULL);
lib/test_xarray.c
495
XA_BUG_ON(xa, xa_store_index(xa, 12345678, GFP_NOWAIT) != NULL);
lib/test_xarray.c
517
xa_store_index(xa, 5, GFP_KERNEL);
lib/test_xarray.c
519
xa_store_index(xa, 7, GFP_KERNEL);
lib/test_xarray.c
693
xa_store_index(xa, 1, GFP_KERNEL);
lib/test_xarray.c
694
xa_store_index(xa, 2, GFP_KERNEL);
lib/test_xarray.c
88
XA_BUG_ON(xa, xa_err(xa_store_index(xa, 0, GFP_NOWAIT)) != 0);
lib/test_xarray.c
92
XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_NOWAIT)) != -ENOMEM);
lib/test_xarray.c
93
XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_NOWAIT)) != -ENOMEM);
lib/test_xarray.c
944
xa_store_index(xa, base + 1, GFP_KERNEL);
lib/test_xarray.c
95
XA_BUG_ON(xa, xa_err(xa_store_index(xa, 1, GFP_KERNEL)) != 0);
lib/test_xarray.c
978
XA_BUG_ON(xa, xa_store_index(xa, 3, GFP_KERNEL) != 0);