Home
last modified time | relevance | path

Searched refs:__check_store_range (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_xarray.c1520 static noinline void __check_store_range(struct xarray *xa, unsigned long first, in __check_store_range() function
1543 __check_store_range(xa, i, j); in check_store_range()
1544 __check_store_range(xa, 128 + i, 128 + j); in check_store_range()
1545 __check_store_range(xa, 4095 + i, 4095 + j); in check_store_range()
1546 __check_store_range(xa, 4096 + i, 4096 + j); in check_store_range()
1547 __check_store_range(xa, 123456 + i, 123456 + j); in check_store_range()
1548 __check_store_range(xa, (1 << 24) + i, (1 << 24) + j); in check_store_range()
/kernel/linux/linux-6.6/lib/
H A Dtest_xarray.c1520 static noinline void __check_store_range(struct xarray *xa, unsigned long first, in __check_store_range() function
1543 __check_store_range(xa, i, j); in check_store_range()
1544 __check_store_range(xa, 128 + i, 128 + j); in check_store_range()
1545 __check_store_range(xa, 4095 + i, 4095 + j); in check_store_range()
1546 __check_store_range(xa, 4096 + i, 4096 + j); in check_store_range()
1547 __check_store_range(xa, 123456 + i, 123456 + j); in check_store_range()
1548 __check_store_range(xa, (1 << 24) + i, (1 << 24) + j); in check_store_range()

Completed in 5 milliseconds