Searched refs:order_limit (Results 1 – 1 of 1) sorted by relevance
15 static const unsigned int order_limit = variable1227 for (order = 5; order < order_limit; order++) { in check_multi_find_3()1425 for (order = 0; order < order_limit; order++) { in check_pause()1437 XA_BUG_ON(xa, count != order_limit); in check_pause()1448 XA_BUG_ON(xa, count != order_limit); in check_pause()1453 for (order = order_limit - 1; order >= 0; order--) { in check_pause()1465 index += 1UL << (order_limit - count - 1); in check_pause()1469 XA_BUG_ON(xa, count != order_limit); in check_pause()1474 xas_set(&xas, 1 % (1UL << (order_limit - 1))); in check_pause()1478 index += 1UL << (order_limit - count - 1); in check_pause()[all …]