Searched refs:dst_pivots (Results 1 – 1 of 1) sorted by relevance
4055 unsigned long *dst_pivots; in mas_wr_node_store() local4110 dst_pivots = ma_pivots(newnode, wr_mas->type); in mas_wr_node_store()4113 memcpy(dst_pivots, wr_mas->pivots, sizeof(unsigned long) * (offset + 1)); in mas_wr_node_store()4121 dst_pivots[dst_offset++] = mas->index - 1; in mas_wr_node_store()4126 dst_pivots[dst_offset] = mas->last; in mas_wr_node_store()4148 memcpy(dst_pivots + dst_offset, in mas_wr_node_store()4154 dst_pivots[new_end] = mas->max; in mas_wr_node_store()4157 mas_leaf_set_meta(mas, newnode, dst_pivots, maple_leaf_64, new_end); in mas_wr_node_store()