Searched refs:hash_combine (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 4008 static unsigned long hash_combine(unsigned long h, unsigned long value) in hash_combine() function 4263 h = hash_combine(0, t->name_off); in btf_hash_typedef() 4264 h = hash_combine(h, t->info); in btf_hash_typedef() 4272 h = hash_combine(0, t->name_off); in btf_hash_common() 4273 h = hash_combine(h, t->info); in btf_hash_common() 4274 h = hash_combine(h, t->size); in btf_hash_common() 4299 h = hash_combine(h, info); in btf_hash_int_decl_tag() 4321 h = hash_combine(0, t->name_off); in btf_hash_enum() 4407 h = hash_combine(h, member->name_off); in btf_hash_struct() 4408 h = hash_combine(h, member->offset); in btf_hash_struct() [all …]
|