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

/linux-master/lib/
H A Dmaple_tree.c1477 unsigned char max_piv; local
1511 /* reduce max_piv as the special case is checked before the loop */
1512 max_piv = ma_data_end(mn, mt, pivots, mas->max) - 1;
1517 if (unlikely(mas->max == ULONG_MAX) && !slots[max_piv + 1]) {
1518 gap = ULONG_MAX - pivots[max_piv];
1522 if (max_gap > pivots[max_piv] - mas->min)
1526 for (; i <= max_piv; i++) {

Completed in 148 milliseconds