Searched refs:new_mas (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dmaple_tree.c6648 * @new_mas: The maple state of new tree.
6651 * Copy @mas->node to @new_mas->node, set @parent to be the parent of
6652 * @new_mas->node. If memory allocation fails, @mas is set to -ENOMEM.
6654 static inline void mas_copy_node(struct ma_state *mas, struct ma_state *new_mas, argument
6658 struct maple_node *new_node = mte_to_node(new_mas->node);
6671 * @new_mas: The maple state of new tree.
6674 * This function allocates child nodes for @new_mas->node during the duplication
6677 static inline void mas_dup_alloc(struct ma_state *mas, struct ma_state *new_mas, argument
6681 struct maple_node *new_node = mte_to_node(new_mas->node);
6711 * @new_mas
6721 mas_dup_build(struct ma_state *mas, struct ma_state *new_mas, gfp_t gfp) argument
[all...]

Completed in 98 milliseconds