Lines Matching refs:new_id
3732 __u32 new_id = type_id; in btf_dedup_prim_type() local
3759 new_id = cand_id; in btf_dedup_prim_type()
3771 new_id = cand_id; in btf_dedup_prim_type()
3777 new_id = cand_id; in btf_dedup_prim_type()
3792 new_id = cand_id; in btf_dedup_prim_type()
3798 new_id = cand_id; in btf_dedup_prim_type()
3814 new_id = cand_id; in btf_dedup_prim_type()
3824 d->map[type_id] = new_id; in btf_dedup_prim_type()
3825 if (type_id == new_id && btf_dedup_table_add(d, h, type_id)) in btf_dedup_prim_type()
4298 __u32 new_id = type_id; in btf_dedup_struct_type() local
4340 new_id = cand_id; in btf_dedup_struct_type()
4344 d->map[type_id] = new_id; in btf_dedup_struct_type()
4345 if (type_id == new_id && btf_dedup_table_add(d, h, type_id)) in btf_dedup_struct_type()
4390 __u32 new_id = type_id, cand_id; in btf_dedup_ref_type() local
4422 new_id = cand_id; in btf_dedup_ref_type()
4439 new_id = cand_id; in btf_dedup_ref_type()
4463 new_id = cand_id; in btf_dedup_ref_type()
4495 new_id = cand_id; in btf_dedup_ref_type()
4506 d->map[type_id] = new_id; in btf_dedup_ref_type()
4507 if (type_id == new_id && btf_dedup_table_add(d, h, type_id)) in btf_dedup_ref_type()
4510 return new_id; in btf_dedup_ref_type()