Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_maple_tree.c2003 struct maple_tree mt, newmt; in check_forking() local
2007 MA_STATE(newmas, &newmt, 0, 0); in check_forking()
2016 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN); in check_forking()
2017 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()
2026 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking()
2038 mt_validate(&newmt); in check_forking()
2039 __mt_destroy(&newmt); in check_forking()
2115 struct maple_tree newmt; in check_mas_store_gfp() local
2126 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()
2127 newmas.tree = &newmt; in check_mas_store_gfp()
[all …]