Searched refs:type_cnt (Results 1 – 4 of 4) sorted by relevance
86 +static __u32 type_cnt(const struct btf *btf)139 + __s32 id, max = (__s32)type_cnt(btf);148 + __s32 id, max = (__s32)type_cnt(btf);157 + __s32 id, max = (__s32)type_cnt(btf);177 + __s32 id, max = (__s32)type_cnt(btf);196 + __s32 id, max = (__s32)type_cnt(btf);
30 size_t type_cnt = btf__get_nr_types(btf); in btf_dump_all_types() local38 for (id = 1; id <= type_cnt; id++) { in btf_dump_all_types()
208 indexes->type_cnt[type_id]++; in rc_data_group_put_node()247 indexes->type_cnt[type_id]--; in rc_data_group_put_node()
98 RK_S32 type_cnt[2]; member