Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
Dslab.h409 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed, in kmalloc_type()
/Linux-v6.6/tools/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/Linux-v6.6/arch/parisc/include/asm/
Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/Linux-v6.6/fs/smb/client/
Dcifsfs.h25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/Linux-v6.6/lib/
Dtest_hash.c132 hash_or[1][k] |= params.h1 = hash_64(h64, k); in test_int_hash()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c393 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
463 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()
/Linux-v6.6/drivers/md/persistent-data/
Ddm-transaction-manager.c34 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/Linux-v6.6/fs/jbd2/
Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/Linux-v6.6/drivers/md/
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-v6.6/tools/lib/perf/
Devlist.c258 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/Linux-v6.6/kernel/bpf/
Dtrampoline.c141 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
/Linux-v6.6/tools/perf/util/
Devlist.c644 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()
727 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
Dmachine.c2449 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/Linux-v6.6/tools/perf/
Dbuiltin-inject.c967 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id()
1026 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id()
/Linux-v6.6/drivers/md/bcache/
Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/Linux-v6.6/drivers/net/
Dmacvlan.c111 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
/Linux-v6.6/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1688 idx = hash_64(value, 8); // tbd 8 in mac_vlan_lookup()
1718 idx = hash_64(val, 8); in mac_vlan_add()
/Linux-v6.6/net/sunrpc/auth_gss/
Dauth_gss.c1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/Linux-v6.6/fs/btrfs/
Draid56.c215 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/Linux-v6.6/fs/nfs/
Ddir.c363 return hash_64(cookie, 18); in nfs_readdir_folio_cookie_hash()
/Linux-v6.6/net/ipv4/
Droute.c621 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
/Linux-v6.6/drivers/net/vxlan/
Dvxlan_core.c385 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/Linux-v6.6/arch/x86/kvm/mmu/
Dmmu.c1745 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()

12