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

/linux-master/lib/
H A Dtest_xarray.c1748 static noinline void __check_store_range(struct xarray *xa, unsigned long first, function
1771 __check_store_range(xa, i, j);
1772 __check_store_range(xa, 128 + i, 128 + j);
1773 __check_store_range(xa, 4095 + i, 4095 + j);
1774 __check_store_range(xa, 4096 + i, 4096 + j);
1775 __check_store_range(xa, 123456 + i, 123456 + j);
1776 __check_store_range(xa, (1 << 24) + i, (1 << 24) + j);

Completed in 110 milliseconds