Lines Matching refs:hash_combine
3123 static long hash_combine(long h, long value) in hash_combine() function
3366 h = hash_combine(0, t->name_off); in btf_hash_common()
3367 h = hash_combine(h, t->info); in btf_hash_common()
3368 h = hash_combine(h, t->size); in btf_hash_common()
3386 h = hash_combine(h, info); in btf_hash_int_decl_tag()
3408 h = hash_combine(0, t->name_off); in btf_hash_enum()
3409 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
3410 h = hash_combine(h, t->size); in btf_hash_enum()
3497 h = hash_combine(h, member->name_off); in btf_hash_struct()
3498 h = hash_combine(h, member->offset); in btf_hash_struct()
3541 h = hash_combine(h, info->type); in btf_hash_array()
3542 h = hash_combine(h, info->index_type); in btf_hash_array()
3543 h = hash_combine(h, info->nelems); in btf_hash_array()
3594 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
3595 h = hash_combine(h, member->type); in btf_hash_fnproto()