Searched refs:newmt (Results 1 – 1 of 1) sorted by relevance
2003 struct maple_tree mt, newmt; in check_forking() local2007 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() local2126 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()2127 newmas.tree = &newmt; in check_mas_store_gfp()[all …]