Searched refs:xa_store_index (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 107 xa_store_index(xa, 0, GFP_KERNEL); in check_xas_retry() 108 xa_store_index(xa, 1, GFP_KERNEL); in check_xas_retry() 261 xa_store_index(xa, 0, GFP_KERNEL); in check_xa_mark_2() 517 xa_store_index(xa, 5, GFP_KERNEL); in check_reserve() 519 xa_store_index(xa, 7, GFP_KERNEL); in check_reserve() 693 xa_store_index(xa, 1, GFP_KERNEL); in check_multi_store() 694 xa_store_index(xa, 2, GFP_KERNEL); in check_multi_store() 1159 xa_store_index(xa, 63, GFP_KERNEL); in check_store_iter() 1160 xa_store_index(xa, 65, GFP_KERNEL); in check_store_iter() 1498 xa_store_index(xa, 0, GFP_KERNEL); in check_move_tiny() [all …]
|