Searched refs:__mt_dup (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | maple_tree.h | 349 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
|
/linux/mm/ |
H A D | mmap.c | 1744 /* Use __mt_dup() to efficiently build an identical maple tree. */ in dup_mmap() 1745 retval = __mt_dup(&oldmm->mm_mt, &mm->mm_mt, GFP_KERNEL); in dup_mmap() 1807 * Link the vma into the MT. After using __mt_dup(), memory in dup_mmap()
|
/linux/lib/ |
H A D | test_maple_tree.c | 1991 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking() 2137 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in bench_forking()
|
H A D | maple_tree.c | 6792 * __mt_dup(): Duplicate an entire maple tree 6812 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in __mt_dup() function 6827 EXPORT_SYMBOL(__mt_dup);
|