Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dtest_maple_tree.c1840 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()
[all …]