Searched refs:ins_res (Results 1 – 3 of 3) sorted by relevance
190 RBTMapResult ins_res; in mmrangemap_copy() local205 ins_res = mmrangemap_insert_desc(to, new_entry, NULL); in mmrangemap_copy()206 if (ins_res != RBT_MAP_RESULT_ENTRY_INSERTED) { in mmrangemap_copy()208 ins_res); in mmrangemap_copy()
229 RBTMapResult ins_res; in allocmap_copy() local248 ins_res = allocmap_insert_desc(to, new_entry, NULL); in allocmap_copy()249 if (ins_res == RBT_MAP_RESULT_ENTRY_INSERTED) { in allocmap_copy()257 ins_res); in allocmap_copy()
702 RBTMapResult ins_res; in memcheck_mmap_exepath() local726 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced); in memcheck_mmap_exepath()727 if (ins_res == RBT_MAP_RESULT_ERROR) { in memcheck_mmap_exepath()734 if (ins_res == RBT_MAP_RESULT_ENTRY_REPLACED) { in memcheck_mmap_exepath()