Home
last modified time | relevance | path

Searched refs:hash_combine (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbtf.c3000 static long hash_combine(long h, long value) in hash_combine() function
3246 h = hash_combine(0, t->name_off); in btf_hash_common()
3247 h = hash_combine(h, t->info); in btf_hash_common()
3248 h = hash_combine(h, t->size); in btf_hash_common()
3266 h = hash_combine(h, info); in btf_hash_int()
3288 h = hash_combine(0, t->name_off); in btf_hash_enum()
3289 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
3290 h = hash_combine(h, t->size); in btf_hash_enum()
3344 h = hash_combine(h, member->name_off); in btf_hash_struct()
3345 h = hash_combine(h, member->offset); in btf_hash_struct()
[all …]