Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf.c3853 h = hash_combine(0, t->name_off); in btf_hash_common()
3854 h = hash_combine(h, t->info); in btf_hash_common()
3855 h = hash_combine(h, t->size); in btf_hash_common()
3873 h = hash_combine(h, info); in btf_hash_int_decl_tag()
3895 h = hash_combine(0, t->name_off); in btf_hash_enum()
3981 h = hash_combine(h, member->name_off); in btf_hash_struct()
3982 h = hash_combine(h, member->offset); in btf_hash_struct()
4025 h = hash_combine(h, info->type); in btf_hash_array()
4026 h = hash_combine(h, info->index_type); in btf_hash_array()
4027 h = hash_combine(h, info->nelems); in btf_hash_array()
[all …]