/Linux-v6.6/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-v6.6/include/linux/ |
D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 72 #define hash_64 hash_64_generic macro
|
D | slab.h | 409 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed, in kmalloc_type()
|
/Linux-v6.6/tools/include/linux/ |
D | hash.h | 18 #define hash_long(val, bits) hash_64(val, bits) 72 #define hash_64 hash_64_generic macro
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | hash.h | 118 hash_64(u64 a, unsigned int bits) in hash_64() function
|
/Linux-v6.6/fs/smb/client/ |
D | cifsfs.h | 25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
|
/Linux-v6.6/lib/ |
D | test_hash.c | 132 hash_or[1][k] |= params.h1 = hash_64(h64, k); in test_int_hash()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gmc.c | 393 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/ |
D | dm-transaction-manager.c | 34 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
|
/Linux-v6.6/fs/jbd2/ |
D | revoke.c | 133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
|
/Linux-v6.6/drivers/md/ |
D | dm-cache-policy-smq.c | 626 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/ |
D | evlist.c | 258 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
/Linux-v6.6/kernel/bpf/ |
D | trampoline.c | 141 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
|
/Linux-v6.6/tools/perf/util/ |
D | evlist.c | 644 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid() 727 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
|
D | machine.c | 2449 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
|
/Linux-v6.6/tools/perf/ |
D | builtin-inject.c | 967 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/ |
D | request.c | 360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
|
/Linux-v6.6/drivers/net/ |
D | macvlan.c | 111 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
|
/Linux-v6.6/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1688 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/ |
D | auth_gss.c | 1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
|
/Linux-v6.6/fs/btrfs/ |
D | raid56.c | 215 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
|
/Linux-v6.6/fs/nfs/ |
D | dir.c | 363 return hash_64(cookie, 18); in nfs_readdir_folio_cookie_hash()
|
/Linux-v6.6/net/ipv4/ |
D | route.c | 621 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
|
/Linux-v6.6/drivers/net/vxlan/ |
D | vxlan_core.c | 385 return hash_64(value, FDB_HASH_BITS); in eth_hash()
|
/Linux-v6.6/arch/x86/kvm/mmu/ |
D | mmu.c | 1745 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
|