Lines Matching refs:hash_combine
1314 static long hash_combine(long h, long value) in hash_combine() function
1729 h = hash_combine(0, t->name_off); in btf_hash_common()
1730 h = hash_combine(h, t->info); in btf_hash_common()
1731 h = hash_combine(h, t->size); in btf_hash_common()
1749 h = hash_combine(h, info); in btf_hash_int()
1771 h = hash_combine(0, t->name_off); in btf_hash_enum()
1772 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
1773 h = hash_combine(h, t->size); in btf_hash_enum()
1827 h = hash_combine(h, member->name_off); in btf_hash_struct()
1828 h = hash_combine(h, member->offset); in btf_hash_struct()
1871 h = hash_combine(h, info->type); in btf_hash_array()
1872 h = hash_combine(h, info->index_type); in btf_hash_array()
1873 h = hash_combine(h, info->nelems); in btf_hash_array()
1924 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
1925 h = hash_combine(h, member->type); in btf_hash_fnproto()