Home
last modified time | relevance | path

Searched refs:hypot_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/lib/bpf/
Dbtf.c3179 size_t hypot_cnt; member
3211 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
3220 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
3229 for (i = 0; i < d->hypot_cnt; i++) in btf_dedup_clear_hypot_map()
3231 d->hypot_cnt = 0; in btf_dedup_clear_hypot_map()
4228 for (i = 0; i < d->hypot_cnt; i++) { in btf_dedup_merge_hypot_map()