Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c2871 size_t hypot_cap; member
2906 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
2909 d->hypot_cap += max((size_t)16, d->hypot_cap / 2); in btf_dedup_hypot_map_add()
2910 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3129 size_t hypot_cap; member
3159 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
3162 d->hypot_cap += max((size_t)16, d->hypot_cap / 2); in btf_dedup_hypot_map_add()
3163 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()

Completed in 12 milliseconds