Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c2785 * index (`btf_dedup->dedup_table`), which maps type descriptor's signature hash
2864 struct hashmap *dedup_table; member
2895 hashmap__for_each_key_entry(d->dedup_table, node, (void *)hash)
2899 return hashmap__append(d->dedup_table, in btf_dedup_table_add()
2931 hashmap__free(d->dedup_table); in btf_dedup_free()
2932 d->dedup_table = NULL; in btf_dedup_free()
2979 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
2980 if (IS_ERR(d->dedup_table)) { in btf_dedup_new()
2981 err = PTR_ERR(d->dedup_table); in btf_dedup_new()
2982 d->dedup_table in btf_dedup_new()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3028 * index (`btf_dedup->dedup_table`), which maps type descriptor's signature hash
3122 struct hashmap *dedup_table; member
3149 hashmap__for_each_key_entry(d->dedup_table, node, hash)
3153 return hashmap__append(d->dedup_table, hash, type_id); in btf_dedup_table_add()
3185 hashmap__free(d->dedup_table); in btf_dedup_free()
3186 d->dedup_table = NULL; in btf_dedup_free()
3230 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
3231 if (IS_ERR(d->dedup_table)) { in btf_dedup_new()
3232 err = PTR_ERR(d->dedup_table); in btf_dedup_new()
3233 d->dedup_table in btf_dedup_new()
[all...]

Completed in 9 milliseconds