Searched refs:c_kind (Results 1 – 1 of 1) sorted by relevance
4092 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local4102 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()4123 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()4134 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()4138 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()
Completed in 11 milliseconds