Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/core-api/
Dmaple_tree.rst84 You can use mtree_dup() to duplicate an entire maple tree. It is a more
118 * mtree_dup()
/linux-6.12.1/include/linux/
Dmaple_tree.h348 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c36086 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36098 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36107 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36118 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36133 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36158 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36178 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
36206 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
/linux-6.12.1/lib/
Dmaple_tree.c6846 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function
6865 EXPORT_SYMBOL(mtree_dup);