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