| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hash.h | 18 #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 D | hash.h | 18 #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 D | hash.h | 118 hash_64(u64 a, unsigned int bits) in hash_64() function
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 36 #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 D | test_hash.c | 114 hash_or[1][k] |= h1 = hash_64(h64, k); in test_int_hash()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.h | 38 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 D | dm-transaction-manager.c | 33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gmc.c | 285 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | revoke.c | 133 return hash_64(block, journal->j_revoke->hash_shift); in hash()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 624 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 D | trampoline.c | 69 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | evlist.c | 236 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evlist.c | 530 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 D | machine.c | 2212 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | request.c | 360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macvlan.c | 107 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
|
| H A D | vxlan.c | 491 return hash_64(value, FDB_HASH_BITS); in eth_hash()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 292 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 1335 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 D | osdep_service.c | 105 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 D | osdep_service.c | 105 head = &dbg_mem_ht[hash_64((u64)(mem), DBG_MEM_HASHBITS)]; in rtw_dbg_mem_find()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | route.c | 650 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 1637 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in kvm_page_table_hashfn()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 1503 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()
|