Searched refs:mtree_dup (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/core-api/ |
| H A D | maple_tree.rst | 84 You can use mtree_dup() to duplicate an entire maple tree. It is a more 118 * mtree_dup()
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 382 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 36032 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36044 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36053 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36064 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36079 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36104 ret = mtree_dup(mt, &new, GFP_KERNEL); in check_mtree_dup() 36124 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup() 36152 ret = mtree_dup(mt, &new, GFP_NOWAIT); in check_mtree_dup()
|
| /linux/lib/ |
| H A D | maple_tree.c | 6187 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function 6206 EXPORT_SYMBOL(mtree_dup);
|