Lines Matching defs:btf_dedup_is_equiv
3299 * `btf_dedup_is_equiv` function.
4280 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id,
4376 return btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
4385 eq = btf_dedup_is_equiv(d, cand_arr->index_type, canon_arr->index_type);
4388 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type);
4402 eq = btf_dedup_is_equiv(d, cand_m->type, canon_m->type);
4418 eq = btf_dedup_is_equiv(d, cand_type->type, canon_type->type);
4425 eq = btf_dedup_is_equiv(d, cand_p->type, canon_p->type);
4539 * implemented in `btf_dedup_is_equiv`. If such equivalence is found and
4576 * Even though btf_dedup_is_equiv() checks for
4581 * relying on btf_dedup_is_equiv() would lead to potentially
4590 eq = btf_dedup_is_equiv(d, type_id, cand_id);