Lines Matching refs:hash_combine
3388 static long hash_combine(long h, long value) in hash_combine() function
3638 h = hash_combine(0, t->name_off); in btf_hash_common()
3639 h = hash_combine(h, t->info); in btf_hash_common()
3640 h = hash_combine(h, t->size); in btf_hash_common()
3658 h = hash_combine(h, info); in btf_hash_int_decl_tag()
3680 h = hash_combine(0, t->name_off); in btf_hash_enum()
3766 h = hash_combine(h, member->name_off); in btf_hash_struct()
3767 h = hash_combine(h, member->offset); in btf_hash_struct()
3810 h = hash_combine(h, info->type); in btf_hash_array()
3811 h = hash_combine(h, info->index_type); in btf_hash_array()
3812 h = hash_combine(h, info->nelems); in btf_hash_array()
3863 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
3864 h = hash_combine(h, member->type); in btf_hash_fnproto()