Searched refs:hash_combine (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | btf.c | 3388 static long hash_combine(long h, long value) in hash_combine() function 3638 h = hash_combine(0, t->name_off); in btf_hash_common() 3639 h = hash_combine(h, t->info); in btf_hash_common() 3640 h = hash_combine(h, t->size); in btf_hash_common() 3658 h = hash_combine(h, info); in btf_hash_int_decl_tag() 3680 h = hash_combine(0, t->name_off); in btf_hash_enum() 3766 h = hash_combine(h, member->name_off); in btf_hash_struct() 3767 h = hash_combine(h, member->offset); in btf_hash_struct() 3810 h = hash_combine(h, info->type); in btf_hash_array() 3811 h = hash_combine(h, info->index_type); in btf_hash_array() [all …]
|