Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/powerpc/kvm/
A 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-6.3-rc2/tools/include/linux/
A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/linux-6.3-rc2/include/linux/
A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/linux-6.3-rc2/fs/cifs/
A Dcifsfs.h25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/linux-6.3-rc2/lib/
A Dtest_hash.c132 hash_or[1][k] |= params.h1 = hash_64(h64, k); in test_int_hash()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gmc.c393 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
439 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()
/linux-6.3-rc2/drivers/md/persistent-data/
A Ddm-transaction-manager.c34 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/linux-6.3-rc2/fs/jbd2/
A Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/linux-6.3-rc2/drivers/md/
A Ddm-cache-policy-smq.c626 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_insert()
662 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup()
679 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
/linux-6.3-rc2/tools/lib/perf/
A Devlist.c243 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/linux-6.3-rc2/kernel/bpf/
A Dtrampoline.c142 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
/linux-6.3-rc2/tools/perf/util/
A Devlist.c647 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()
730 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
A Dmachine.c2380 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-inject.c956 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id()
1015 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id()
/linux-6.3-rc2/drivers/md/bcache/
A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/linux-6.3-rc2/drivers/net/
A Dmacvlan.c109 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
/linux-6.3-rc2/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c1558 idx = hash_64(value, 8); // tbd 8 in mac_vlan_lookup()
1588 idx = hash_64(val, 8); in mac_vlan_add()
/linux-6.3-rc2/fs/btrfs/
A Draid56.c215 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dauth_gss.c1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/linux-6.3-rc2/fs/nfs/
A Ddir.c368 return hash_64(cookie, 18); in nfs_readdir_page_cookie_hash()
/linux-6.3-rc2/net/ipv4/
A Droute.c621 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c432 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c1744 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
/linux-6.3-rc2/net/ipv6/
A Droute.c1505 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()

Completed in 151 milliseconds

12