Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Dmaple_tree.rst84 You can use mtree_dup() to duplicate an entire maple tree. It is a more
118 * mtree_dup()
/linux/include/linux/
H A Dmaple_tree.h348 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
/linux/tools/testing/radix-tree/
H A Dmaple.c35745 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35757 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35766 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35777 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35792 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35817 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
35837 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
35865 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
/linux/lib/
H A Dmaple_tree.c6413 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function
6432 EXPORT_SYMBOL(mtree_dup);