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 | 348 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 35745 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 D | maple_tree.c | 6413 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function 6432 EXPORT_SYMBOL(mtree_dup);
|