Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c3862 __u32 cand_id; local
3885 cand_id = hash_entry->value;
3886 cand = btf_type_by_id(d->btf, cand_id);
3888 new_id = cand_id;
3898 cand_id = hash_entry->value;
3899 cand = btf_type_by_id(d->btf, cand_id);
3901 new_id = cand_id;
3907 new_id = cand_id;
3911 d->map[cand_id] = type_id;
3920 cand_id = hash_entry->value;
[all …]