| /linux/include/linux/ |
| H A D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 72 #define hash_64 hash_64_generic macro
|
| H A D | slab.h | 740 return KMALLOC_PARTITION_START + hash_64(token.v ^ random_kmalloc_seed, in __kmalloc_index()
|
| /linux/tools/include/linux/ |
| H A D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 72 #define hash_64 hash_64_generic macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | hash.h | 118 hash_64(u64 a, unsigned int bits) in hash_64() function
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 81 head_ip = &trampoline_ip_table[hash_64(ip, TRAMPOLINE_HASH_BITS)]; in bpf_tramp_ftrace_ops_func() 380 head = &trampoline_key_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_update_fentry() 401 head = &trampoline_ip_table[hash_64(tr->ip, TRAMPOLINE_HASH_BITS)];
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-transaction-manager.c | 35 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 636 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in __h_lookup() 672 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup() 689 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gmc.c | 450 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults() 528 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()
|
| /linux/tools/lib/perf/ |
| H A D | evlist.c | 343 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 680 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2evsel() 763 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__set_paused()
|
| H A D | machine.c | 2336 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in lbr_callchain_add_kernel_ip()
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 1369 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); 1428 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in synthesize_build_id()
|
| /linux/drivers/md/bcache/ |
| H A D | request.c | 360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 2018 idx = hash_64(value, 8); // tbd 8 in mac_vlan_lookup() 2048 idx = hash_64(val, 8); in mac_vlan_add()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 1363 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 296 * This tends to upset hash_64, and it consistently in rbio_bucket() 301 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
|
| /linux/net/ipv4/ |
| H A D | route.c | 627 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 1828 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in mmu_page_add_parent_pte()
|
| /linux/net/ipv6/ |
| H A D | route.c | 1568 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()
|
| /linux/kernel/events/ |
| H A D | core.c | 11011 return hash_64(val, SWEVENT_HLIST_BITS); in find_swevent_head()
|