Searched refs:__mt_dup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | maple_tree.h | 349 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
|
/linux-6.12.1/lib/ |
D | test_maple_tree.c | 1881 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking() 2027 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in bench_forking()
|
D | maple_tree.c | 6809 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in __mt_dup() function 6824 EXPORT_SYMBOL(__mt_dup);
|
/linux-6.12.1/kernel/ |
D | fork.c | 658 retval = __mt_dup(&oldmm->mm_mt, &mm->mm_mt, GFP_KERNEL); in dup_mmap()
|