hash_64            28 arch/powerpc/kvm/book3s_mmu_hpte.c 	return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE);
hash_64            33 arch/powerpc/kvm/book3s_mmu_hpte.c 	return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE,
hash_64            39 arch/powerpc/kvm/book3s_mmu_hpte.c 	return hash_64(vpage & 0xfffffffffULL, HPTEG_HASH_BITS_VPTE);
hash_64            44 arch/powerpc/kvm/book3s_mmu_hpte.c 	return hash_64((vpage & 0xffffff000ULL) >> 12,
hash_64            51 arch/powerpc/kvm/book3s_mmu_hpte.c 	return hash_64((vpage & 0xffffffff0ULL) >> 4,
hash_64          2153 arch/x86/kvm/mmu.c 	return hash_64(gfn, KVM_MMU_HASH_SHIFT);
hash_64           282 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER);
hash_64           372 drivers/md/bcache/request.c 	return &dc->io_hash[hash_64(k, RECENT_IO_BITS)];
hash_64           624 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits);
hash_64           659 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(oblock), ht->hash_bits);
hash_64           676 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits);
hash_64            33 drivers/md/persistent-data/dm-transaction-manager.c 	return hash_64(b, PREFETCH_BITS);
hash_64           107 drivers/net/macvlan.c 	return hash_64(value, MACVLAN_HASH_BITS);
hash_64           460 drivers/net/vxlan.c 	return hash_64(value, FDB_HASH_BITS);
hash_64           294 fs/btrfs/raid56.c 	return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS);
hash_64            38 fs/cifs/cifsfs.h 		return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1;
hash_64           133 fs/jbd2/revoke.c 	return hash_64(block, journal->j_revoke->hash_shift);
hash_64            18 include/linux/hash.h #define hash_long(val, bits) hash_64(val, bits)
hash_64          8367 kernel/events/core.c 	return hash_64(val, SWEVENT_HLIST_BITS);
hash_64           114 lib/test_hash.c 		hash_or[1][k] |= h1 = hash_64(h64, k);
hash_64          1361 net/sunrpc/auth_gss/auth_gss.c 	return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits);
hash_64            18 tools/include/linux/hash.h #define hash_long(val, bits) hash_64(val, bits)
hash_64           193 tools/perf/lib/evlist.c 	hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
hash_64           448 tools/perf/util/evlist.c 	hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
hash_64           534 tools/perf/util/evlist.c 	hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
hash_64          2127 tools/perf/util/machine.c 		int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ;