Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c3384 struct hashmap *dedup_table; member
3411 hashmap__for_each_key_entry(d->dedup_table, node, hash)
3415 return hashmap__append(d->dedup_table, hash, type_id);
3447 hashmap__free(d->dedup_table);
3448 d->dedup_table = NULL;
3492 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL);
3493 if (IS_ERR(d->dedup_table)) {
3494 err = PTR_ERR(d->dedup_table);
3495 d->dedup_table = NULL;
4781 hashmap__free(d->dedup_table);
[all …]