Searched refs:__check_store_range (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 1789 static noinline void __check_store_range(struct xarray *xa, unsigned long first, in __check_store_range() function 1812 __check_store_range(xa, i, j); in check_store_range() 1813 __check_store_range(xa, 128 + i, 128 + j); in check_store_range() 1814 __check_store_range(xa, 4095 + i, 4095 + j); in check_store_range() 1815 __check_store_range(xa, 4096 + i, 4096 + j); in check_store_range() 1816 __check_store_range(xa, 123456 + i, 123456 + j); in check_store_range() 1817 __check_store_range(xa, (1 << 24) + i, (1 << 24) + j); in check_store_range()
|