Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dmaple_tree.c4057 unsigned long *dst_pivots; in mas_wr_node_store() local
4112 dst_pivots = ma_pivots(newnode, wr_mas->type); in mas_wr_node_store()
4115 memcpy(dst_pivots, wr_mas->pivots, sizeof(unsigned long) * (offset + 1)); in mas_wr_node_store()
4123 dst_pivots[dst_offset++] = mas->index - 1; in mas_wr_node_store()
4128 dst_pivots[dst_offset] = mas->last; in mas_wr_node_store()
4150 memcpy(dst_pivots + dst_offset, in mas_wr_node_store()
4156 dst_pivots[new_end] = mas->max; in mas_wr_node_store()
4159 mas_leaf_set_meta(mas, newnode, dst_pivots, maple_leaf_64, new_end); in mas_wr_node_store()