Searched refs:hash_combine (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | btf.c | 3143 static long hash_combine(long h, long value) in hash_combine() function 3385 h = hash_combine(0, t->name_off); in btf_hash_common() 3386 h = hash_combine(h, t->info); in btf_hash_common() 3387 h = hash_combine(h, t->size); in btf_hash_common() 3405 h = hash_combine(h, info); in btf_hash_int_decl_tag() 3427 h = hash_combine(0, t->name_off); in btf_hash_enum() 3513 h = hash_combine(h, member->name_off); in btf_hash_struct() 3514 h = hash_combine(h, member->offset); in btf_hash_struct() 3557 h = hash_combine(h, info->type); in btf_hash_array() 3558 h = hash_combine(h, info->index_type); in btf_hash_array() [all …]
|