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

/linux-master/include/linux/
H A Dmaple_tree.h337 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
/linux-master/lib/
H A Dtest_maple_tree.c1881 ret = __mt_dup(&mt, &newmt, GFP_KERNEL);
2027 ret = __mt_dup(&mt, &newmt, GFP_KERNEL);
H A Dmaple_tree.c6794 * __mt_dup(): Duplicate an entire maple tree
6814 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) function
6829 EXPORT_SYMBOL(__mt_dup); variable
/linux-master/kernel/
H A Dfork.c662 /* Use __mt_dup() to efficiently build an identical maple tree. */
663 retval = __mt_dup(&oldmm->mm_mt, &mm->mm_mt, GFP_KERNEL);
724 * Link the vma into the MT. After using __mt_dup(), memory

Completed in 142 milliseconds