Searched refs:hypot_list (Results 1 – 1 of 1) sorted by relevance
3077 __u32 *hypot_list; member3114 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()3117 d->hypot_list = new_list; in btf_dedup_hypot_map_add()3119 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()3129 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()3145 free(d->hypot_list); in btf_dedup_free()3146 d->hypot_list = NULL; in btf_dedup_free()4097 canon_type_id = d->hypot_list[i]; in btf_dedup_merge_hypot_map()
Completed in 10 milliseconds