Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c3969 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local
3979 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()
3992 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
3994 else if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
3998 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c4207 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local
4217 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()
4238 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4249 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4253 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()

Completed in 13 milliseconds