Lines Matching refs:hash_combine
1309 static long hash_combine(long h, long value) in hash_combine() function
1724 h = hash_combine(0, t->name_off); in btf_hash_common()
1725 h = hash_combine(h, t->info); in btf_hash_common()
1726 h = hash_combine(h, t->size); in btf_hash_common()
1744 h = hash_combine(h, info); in btf_hash_int()
1766 h = hash_combine(0, t->name_off); in btf_hash_enum()
1767 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
1768 h = hash_combine(h, t->size); in btf_hash_enum()
1822 h = hash_combine(h, member->name_off); in btf_hash_struct()
1823 h = hash_combine(h, member->offset); in btf_hash_struct()
1866 h = hash_combine(h, info->type); in btf_hash_array()
1867 h = hash_combine(h, info->index_type); in btf_hash_array()
1868 h = hash_combine(h, info->nelems); in btf_hash_array()
1919 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
1920 h = hash_combine(h, member->type); in btf_hash_fnproto()