Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H 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()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
75 #define hash_64 hash_64_generic macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h36 #define hash_long(val, bits) hash_64(val, bits)
326 static inline RK_U32 hash_64(RK_U64 val, unsigned int bits) in hash_64() function
/OK3568_Linux_fs/kernel/lib/
H A Dtest_hash.c114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-transaction-manager.c33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c285 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c69 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Devlist.c236 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c530 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid()
616 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
H A Dmachine.c2212 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvlan.c107 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
H A Dvxlan.c491 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Draid56.c292 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c1335 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c105 head = &dbg_mem_ht[hash_64((u64)(mem), DBG_MEM_HASHBITS)]; in rtw_dbg_mem_find()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c105 head = &dbg_mem_ht[hash_64((u64)(mem), DBG_MEM_HASHBITS)]; in rtw_dbg_mem_find()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c650 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c1637 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c1503 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()

12