Lines Matching refs:cand_id

1999 	__u32 cand_id;  in btf_dedup_prim_type()  local
2020 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2021 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2023 new_id = cand_id; in btf_dedup_prim_type()
2032 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2033 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2035 new_id = cand_id; in btf_dedup_prim_type()
2043 new_id = cand_id; in btf_dedup_prim_type()
2047 d->map[cand_id] = type_id; in btf_dedup_prim_type()
2055 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2056 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2058 new_id = cand_id; in btf_dedup_prim_type()
2226 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, in btf_dedup_is_equiv() argument
2237 if (resolve_type_id(d, cand_id) == resolve_type_id(d, canon_id)) in btf_dedup_is_equiv()
2244 return hypot_type_id == cand_id; in btf_dedup_is_equiv()
2246 if (btf_dedup_hypot_map_add(d, canon_id, cand_id)) in btf_dedup_is_equiv()
2249 cand_type = d->btf->types[cand_id]; in btf_dedup_is_equiv()
2478 __u32 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_struct_type() local
2491 cand_type = d->btf->types[cand_id]; in btf_dedup_struct_type()
2496 eq = btf_dedup_is_equiv(d, type_id, cand_id); in btf_dedup_struct_type()
2501 new_id = cand_id; in btf_dedup_struct_type()
2552 __u32 new_id = type_id, cand_id; in btf_dedup_ref_type() local
2580 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_ref_type()
2581 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2583 new_id = cand_id; in btf_dedup_ref_type()
2604 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_ref_type()
2605 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2607 new_id = cand_id; in btf_dedup_ref_type()
2636 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_ref_type()
2637 cand = d->btf->types[cand_id]; in btf_dedup_ref_type()
2639 new_id = cand_id; in btf_dedup_ref_type()