Home
last modified time | relevance | path

Searched refs:order_limit (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dtest_xarray.c15 static const unsigned int order_limit = variable
1240 for (order = 5; order < order_limit; order++) { in check_multi_find_3()
1438 for (order = 0; order < order_limit; order++) { in check_pause()
1450 XA_BUG_ON(xa, count != order_limit); in check_pause()
1461 XA_BUG_ON(xa, count != order_limit); in check_pause()
1466 for (order = order_limit - 1; order >= 0; order--) { in check_pause()
1478 index += 1UL << (order_limit - count - 1); in check_pause()
1482 XA_BUG_ON(xa, count != order_limit); in check_pause()
1487 xas_set(&xas, 1 % (1UL << (order_limit - 1))); in check_pause()
1491 index += 1UL << (order_limit - count - 1); in check_pause()
[all …]