Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c2889 static long hash_combine(long h, long value) in hash_combine() function
3306 h = hash_combine(0, t->name_off); in btf_hash_common()
3307 h = hash_combine(h, t->info); in btf_hash_common()
3308 h = hash_combine(h, t->size); in btf_hash_common()
3326 h = hash_combine(h, info); in btf_hash_int()
3348 h = hash_combine(0, t->name_off); in btf_hash_enum()
3349 h = hash_combine(h, t->info & ~0xffff); in btf_hash_enum()
3350 h = hash_combine(h, t->size); in btf_hash_enum()
3404 h = hash_combine(h, member->name_off); in btf_hash_struct()
3405 h = hash_combine( in btf_hash_struct()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3143 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( in btf_hash_array()
[all...]

Completed in 11 milliseconds