Home
last modified time | relevance | path

Searched refs:hypot_type_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c4023 __u32 hypot_type_id; in btf_dedup_is_equiv() local
4034 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
4035 if (hypot_type_id <= BTF_MAX_NR_TYPES) { in btf_dedup_is_equiv()
4036 if (hypot_type_id == cand_id) in btf_dedup_is_equiv()
4046 if (btf_dedup_identical_arrays(d, hypot_type_id, cand_id)) in btf_dedup_is_equiv()
4055 if (btf_dedup_identical_structs(d, hypot_type_id, cand_id)) in btf_dedup_is_equiv()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c3808 __u32 hypot_type_id; in btf_dedup_is_equiv() local
3819 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
3820 if (hypot_type_id <= BTF_MAX_NR_TYPES) in btf_dedup_is_equiv()
3821 return hypot_type_id == cand_id; in btf_dedup_is_equiv()

Completed in 14 milliseconds