Searched refs:newmt (Results 1 – 1 of 1) sorted by relevance
1968 struct maple_tree mt, newmt; in check_forking() local1972 MA_STATE(newmas, &newmt, 0, 0); in check_forking()1981 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN); in check_forking()1982 mt_set_external_lock(&newmt, &newmt_lock); in check_forking()1991 ret = __mt_dup(&mt, &newmt, GFP_KERNEL); in check_forking()2003 mt_validate(&newmt); in check_forking()2004 __mt_destroy(&newmt); in check_forking()2080 struct maple_tree newmt; in check_mas_store_gfp() local2091 mt_init_flags(&newmt, MT_FLAGS_ALLOC_RANGE); in check_mas_store_gfp()2092 newmas.tree = &newmt; in check_mas_store_gfp()[all …]