Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.c3339 h = hash_combine(0, t->name_off); in btf_hash_common()
3340 h = hash_combine(h, t->info); in btf_hash_common()
3341 h = hash_combine(h, t->size); in btf_hash_common()
3359 h = hash_combine(h, info); in btf_hash_int_decl_tag()
3381 h = hash_combine(0, t->name_off); in btf_hash_enum()
3383 h = hash_combine(h, t->size); in btf_hash_enum()
3438 h = hash_combine(h, member->offset); in btf_hash_struct()
3481 h = hash_combine(h, info->type); in btf_hash_array()
3482 h = hash_combine(h, info->index_type); in btf_hash_array()
3483 h = hash_combine(h, info->nelems); in btf_hash_array()
[all …]

Completed in 10 milliseconds