Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c1312 unsigned char max_piv; in ma_leaf_max_gap() local
1343 max_piv = ma_data_end(mn, mt, pivots, max) - 1; in ma_leaf_max_gap()
1348 if (unlikely(max == ULONG_MAX) && !slots[max_piv + 1]) { in ma_leaf_max_gap()
1349 gap = ULONG_MAX - pivots[max_piv]; in ma_leaf_max_gap()
1353 if (max_gap > pivots[max_piv] - min) in ma_leaf_max_gap()
1357 for (; i <= max_piv; i++) { in ma_leaf_max_gap()