Lines Matching refs:pivots
821 unsigned long *pivots;
836 pivots = ma_pivots(node, type);
837 max = pivots[0];
850 max = pivots[offset];
35337 unsigned long *pivots;
35370 pivots = ma_pivots(mte_to_node(prev), mte_node_type(prev));
35371 mas->max = mas_safe_pivot(mas, pivots, slot, mte_node_type(prev));
35372 mas->min = mas_safe_min(mas, pivots, slot);