Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/tools/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/Linux-v5.15/include/linux/
Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/Linux-v5.15/arch/parisc/include/asm/
Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/Linux-v5.15/lib/
Dtest_hash.c114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
/Linux-v5.15/fs/cifs/
Dcifsfs.h25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c382 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
428 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()
/Linux-v5.15/drivers/md/persistent-data/
Ddm-transaction-manager.c33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/Linux-v5.15/fs/jbd2/
Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/Linux-v5.15/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.15/kernel/bpf/
Dtrampoline.c68 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
/Linux-v5.15/tools/lib/perf/
Devlist.c234 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/Linux-v5.15/tools/perf/util/
Devlist.c587 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()
670 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
Dmachine.c2261 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/Linux-v5.15/drivers/md/bcache/
Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/Linux-v5.15/drivers/net/
Dmacvlan.c109 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
Dvxlan.c492 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/Linux-v5.15/fs/btrfs/
Draid56.c284 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/Linux-v5.15/net/sunrpc/auth_gss/
Dauth_gss.c1335 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/Linux-v5.15/net/ipv4/
Droute.c618 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c1724 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
/Linux-v5.15/net/ipv6/
Droute.c1505 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()
/Linux-v5.15/kernel/events/
Dcore.c9333 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()