Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c2870 size_t hypot_cnt; member
2906 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
2915 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
2924 for (i = 0; i < d->hypot_cnt; i++) in btf_dedup_clear_hypot_map()
2926 d->hypot_cnt = 0; in btf_dedup_clear_hypot_map()
3973 for (i = 0; i < d->hypot_cnt; i++) { in btf_dedup_merge_hypot_map()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3128 size_t hypot_cnt; member
3159 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
3168 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
3177 for (i = 0; i < d->hypot_cnt; i++) in btf_dedup_clear_hypot_map()
3179 d->hypot_cnt = 0; in btf_dedup_clear_hypot_map()
4211 for (i = 0; i < d->hypot_cnt; i++) { in btf_dedup_merge_hypot_map()

Completed in 11 milliseconds