Searched refs:hash_64 (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 75 #define hash_64 hash_64_generic macro
|
| /Linux-v5.4/tools/include/linux/ |
| D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 75 #define hash_64 hash_64_generic macro
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_mmu_hpte.c | 28 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); in kvmppc_mmu_hash_pte() 33 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, in kvmppc_mmu_hash_pte_long() 39 return hash_64(vpage & 0xfffffffffULL, HPTEG_HASH_BITS_VPTE); in kvmppc_mmu_hash_vpte() 44 return hash_64((vpage & 0xffffff000ULL) >> 12, in kvmppc_mmu_hash_vpte_long() 51 return hash_64((vpage & 0xffffffff0ULL) >> 4, in kvmppc_mmu_hash_vpte_64k()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | hash.h | 118 hash_64(u64 a, unsigned int bits) in hash_64() function
|
| /Linux-v5.4/fs/cifs/ |
| D | cifsfs.h | 38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
|
| /Linux-v5.4/lib/ |
| D | test_hash.c | 114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
|
| /Linux-v5.4/tools/perf/lib/ |
| D | evlist.c | 193 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gmc.c | 282 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
|
| /Linux-v5.4/drivers/md/persistent-data/ |
| D | dm-transaction-manager.c | 33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
|
| /Linux-v5.4/fs/jbd2/ |
| D | revoke.c | 133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-cache-policy-smq.c | 624 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_insert() 659 unsigned h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup() 676 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
|
| /Linux-v5.4/tools/perf/util/ |
| D | evlist.c | 448 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid() 534 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
|
| D | machine.c | 2152 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | request.c | 372 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
|
| /Linux-v5.4/drivers/net/ |
| D | macvlan.c | 107 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
|
| D | vxlan.c | 460 return hash_64(value, FDB_HASH_BITS); in eth_hash()
|
| /Linux-v5.4/fs/btrfs/ |
| D | raid56.c | 294 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 1360 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | mmu.c | 2148 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
|
| /Linux-v5.4/kernel/events/ |
| D | core.c | 8346 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()
|