Lines Matching refs:newmt
1840 struct maple_tree newmt; in check_forking() local
1854 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN); in check_forking()
1855 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()
1856 newmas.tree = &newmt; in check_forking()
1874 mt_validate(&newmt); in check_forking()
1876 __mt_destroy(&newmt); in check_forking()
1950 struct maple_tree newmt; in check_mas_store_gfp() local
1961 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()
1962 newmas.tree = &newmt; in check_mas_store_gfp()
1974 mt_validate(&newmt); in check_mas_store_gfp()
1976 mtree_destroy(&newmt); in check_mas_store_gfp()
1983 struct maple_tree newmt; in bench_forking() local
1991 mt_set_external_lock(&newmt, &newmt_lock); in bench_forking()
1999 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in bench_forking()
2000 newmas.tree = &newmt; in bench_forking()
2018 mt_validate(&newmt); in bench_forking()
2020 __mt_destroy(&newmt); in bench_forking()
2623 struct maple_tree newmt; in check_dup_gaps() local
2627 MA_STATE(newmas, &newmt, 0, 0); in check_dup_gaps()
2631 mt_set_external_lock(&newmt, &newmt_lock); in check_dup_gaps()
2641 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN); in check_dup_gaps()
2657 __mt_destroy(&newmt); in check_dup_gaps()