Searched refs:__mt_dup (Results 1 – 3 of 3) sorted by relevance
380 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
2026 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking()2172 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in bench_forking()
6312 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in __mt_dup() function6327 EXPORT_SYMBOL(__mt_dup);