Lines Matching refs:pivots
419 unsigned long *pivots; in mas_node_walk() local
434 pivots = ma_pivots(node, type); in mas_node_walk()
435 max = pivots[0]; in mas_node_walk()
448 max = pivots[offset]; in mas_node_walk()
34939 unsigned long *pivots; in mas_dfs_preorder() local
34972 pivots = ma_pivots(mte_to_node(prev), mte_node_type(prev)); in mas_dfs_preorder()
34973 mas->max = mas_safe_pivot(mas, pivots, slot, mte_node_type(prev)); in mas_dfs_preorder()
34974 mas->min = mas_safe_min(mas, pivots, slot); in mas_dfs_preorder()
35044 unsigned long *pivots; in get_vacant_height() local
35061 pivots = ma_pivots(mte_to_node(mas->node), type); in get_vacant_height()
35063 if (pivots) { in get_vacant_height()
35065 min = pivots[mas->offset - 1]; in get_vacant_height()
35067 max = pivots[mas->offset]; in get_vacant_height()
35069 wr_mas->r_max = offset < mas->end ? pivots[offset] : mas->max; in get_vacant_height()
36130 unsigned long *pivots = ma_pivots(node, mt); in get_last_index() local
36135 return pivots[last_index - 1] + 1; in get_last_index()