Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/Linux-v5.4/tools/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c28 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/
Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/Linux-v5.4/fs/cifs/
Dcifsfs.h38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/Linux-v5.4/lib/
Dtest_hash.c114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
/Linux-v5.4/tools/perf/lib/
Devlist.c193 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c282 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
/Linux-v5.4/drivers/md/persistent-data/
Ddm-transaction-manager.c33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/Linux-v5.4/fs/jbd2/
Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/Linux-v5.4/drivers/md/
Ddm-cache-policy-smq.c624 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/
Devlist.c448 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()
Dmachine.c2152 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/Linux-v5.4/drivers/md/bcache/
Drequest.c372 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/Linux-v5.4/drivers/net/
Dmacvlan.c107 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
Dvxlan.c460 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/Linux-v5.4/fs/btrfs/
Draid56.c294 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c1360 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/Linux-v5.4/arch/x86/kvm/
Dmmu.c2148 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
/Linux-v5.4/kernel/events/
Dcore.c8346 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()