Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c3240 __u32 *hypot_list; member
3276 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32));
3279 d->hypot_list = new_list;
3281 d->hypot_list[d->hypot_cnt++] = from_id;
3291 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID;
3307 free(d->hypot_list);
3308 d->hypot_list = NULL;
4325 canon_type_id = d->hypot_list[i];