Searched refs:__check_store_iter (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_xarray.c | 839 static noinline void __check_store_iter(struct xarray *xa, unsigned long start, in __check_store_iter() function 876 __check_store_iter(xa, 0, i, 0); in check_store_iter() 878 __check_store_iter(xa, min, i, 0); in check_store_iter() 882 __check_store_iter(xa, min, i, 1); in check_store_iter() 885 __check_store_iter(xa, min, i, 1); in check_store_iter() 890 __check_store_iter(xa, 0, i, min); in check_store_iter() 894 __check_store_iter(xa, min, i, min); in check_store_iter() 900 __check_store_iter(xa, 64, 2, 1); in check_store_iter()
|