Lines Matching refs:hash_combine
3143 static long hash_combine(long h, long value) in hash_combine() function
3385 h = hash_combine(0, t->name_off); in btf_hash_common()
3386 h = hash_combine(h, t->info); in btf_hash_common()
3387 h = hash_combine(h, t->size); in btf_hash_common()
3405 h = hash_combine(h, info); in btf_hash_int_decl_tag()
3427 h = hash_combine(0, t->name_off); in btf_hash_enum()
3513 h = hash_combine(h, member->name_off); in btf_hash_struct()
3514 h = hash_combine(h, member->offset); in btf_hash_struct()
3557 h = hash_combine(h, info->type); in btf_hash_array()
3558 h = hash_combine(h, info->index_type); in btf_hash_array()
3559 h = hash_combine(h, info->nelems); in btf_hash_array()
3610 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
3611 h = hash_combine(h, member->type); in btf_hash_fnproto()