Lines Matching refs:hash_combine
2879 static long hash_combine(long h, long value) in hash_combine() function
3296 h = hash_combine(0, t->name_off); in btf_hash_common()
3297 h = hash_combine(h, t->info); in btf_hash_common()
3298 h = hash_combine(h, t->size); in btf_hash_common()
3316 h = hash_combine(h, info); in btf_hash_int()
3338 h = hash_combine(0, t->name_off); in btf_hash_enum()
3339 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
3340 h = hash_combine(h, t->size); in btf_hash_enum()
3394 h = hash_combine(h, member->name_off); in btf_hash_struct()
3395 h = hash_combine(h, member->offset); in btf_hash_struct()
3438 h = hash_combine(h, info->type); in btf_hash_array()
3439 h = hash_combine(h, info->index_type); in btf_hash_array()
3440 h = hash_combine(h, info->nelems); in btf_hash_array()
3491 h = hash_combine(h, member->name_off); in btf_hash_fnproto()
3492 h = hash_combine(h, member->type); in btf_hash_fnproto()