Lines Matching refs:newmt
1968 struct maple_tree mt, newmt; in check_forking() local
1972 MA_STATE(newmas, &newmt, 0, 0); in check_forking()
1981 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN); in check_forking()
1982 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()
1991 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking()
2003 mt_validate(&newmt); in check_forking()
2004 __mt_destroy(&newmt); in check_forking()
2080 struct maple_tree newmt; in check_mas_store_gfp() local
2091 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()
2092 newmas.tree = &newmt; in check_mas_store_gfp()
2104 mt_validate(&newmt); in check_mas_store_gfp()
2106 mtree_destroy(&newmt); in check_mas_store_gfp()
2112 struct maple_tree mt, newmt; in bench_forking() local
2116 MA_STATE(newmas, &newmt, 0, 0); in bench_forking()
2132 mt_init_flags(&newmt, in bench_forking()
2134 mt_set_external_lock(&newmt, &newmt_lock); in bench_forking()
2137 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in bench_forking()
2148 mt_validate(&newmt); in bench_forking()
2149 __mt_destroy(&newmt); in bench_forking()