Home
last modified time | relevance | path

Searched refs:mtree_dup (Results 1 – 3 of 3) 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/tools/testing/radix-tree/
H A Dmaple.c36108 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36120 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36129 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36140 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36155 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36180 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup()
36200 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
36228 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
/linux/lib/
H A Dmaple_tree.c6845 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function
6864 EXPORT_SYMBOL(mtree_dup);