Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c3878 const struct btf_array *cand_arr, *canon_arr; in btf_dedup_is_equiv() local
3882 cand_arr = btf_array(cand_type); in btf_dedup_is_equiv()
3885 cand_arr->index_type, canon_arr->index_type); in btf_dedup_is_equiv()
3888 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type); in btf_dedup_is_equiv()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c4117 const struct btf_array *cand_arr, *canon_arr; in btf_dedup_is_equiv() local
4121 cand_arr = btf_array(cand_type); in btf_dedup_is_equiv()
4123 eq = btf_dedup_is_equiv(d, cand_arr->index_type, canon_arr->index_type); in btf_dedup_is_equiv()
4126 return btf_dedup_is_equiv(d, cand_arr->type, canon_arr->type); in btf_dedup_is_equiv()

Completed in 12 milliseconds