Home
last modified time | relevance | path

Searched refs:newmt (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/lib/
Dtest_maple_tree.c1676 struct maple_tree newmt; in check_forking() local
1687 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_forking()
1688 newmas.tree = &newmt; in check_forking()
1707 mt_validate(&newmt); in check_forking()
1709 mtree_destroy(&newmt); in check_forking()
1715 struct maple_tree newmt; in check_mas_store_gfp() local
1726 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()
1727 newmas.tree = &newmt; in check_mas_store_gfp()
1739 mt_validate(&newmt); in check_mas_store_gfp()
1741 mtree_destroy(&newmt); in check_mas_store_gfp()
[all …]