Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dmaple_tree.c3925 unsigned long *dst_pivots; in mas_wr_node_store() local
3954 dst_pivots = ma_pivots(newnode, wr_mas->type); in mas_wr_node_store()
3957 memcpy(dst_pivots, wr_mas->pivots, sizeof(unsigned long) * mas->offset); in mas_wr_node_store()
3963 dst_pivots[mas->offset++] = mas->index - 1; in mas_wr_node_store()
3968 dst_pivots[mas->offset] = mas->last; in mas_wr_node_store()
3983 memcpy(dst_pivots + dst_offset, wr_mas->pivots + offset_end, in mas_wr_node_store()
3987 dst_pivots[new_end] = mas->max; in mas_wr_node_store()
3990 mas_leaf_set_meta(mas, newnode, dst_pivots, maple_leaf_64, new_end); in mas_wr_node_store()