Searched refs:mtree_dup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/core-api/ |
D | maple_tree.rst | 84 You can use mtree_dup() to duplicate an entire maple tree. It is a more 118 * mtree_dup()
|
/linux-6.12.1/include/linux/ |
D | maple_tree.h | 348 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 36086 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/ |
D | maple_tree.c | 6846 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup() function 6865 EXPORT_SYMBOL(mtree_dup);
|