Home
last modified time | relevance | path

Searched refs:__mt_dup (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmaple_tree.h349 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
/linux/mm/
H A Dmmap.c1744 /* 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 Dtest_maple_tree.c1991 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking()
2137 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in bench_forking()
H A Dmaple_tree.c6792 * __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);