Searched refs:hash_64 (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/ |
D | hash.h | 29 #define hash_long(val, bits) hash_64(val, bits) 51 static __always_inline u64 hash_64(u64 val, unsigned int bits) in hash_64() function
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_mmu_hpte.c | 39 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); in kvmppc_mmu_hash_pte() 44 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, in kvmppc_mmu_hash_pte_long() 50 return hash_64(vpage & 0xfffffffffULL, HPTEG_HASH_BITS_VPTE); in kvmppc_mmu_hash_vpte() 55 return hash_64((vpage & 0xffffff000ULL) >> 12, in kvmppc_mmu_hash_vpte_long() 62 return hash_64((vpage & 0xffffffff0ULL) >> 4, in kvmppc_mmu_hash_vpte_64k()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.h | 38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-cleaner.c | 143 unsigned h = hash_64(from_oblock(oblock), hash->hash_bits); in lookup_cache_entry() 161 unsigned h = hash_64(from_oblock(e->oblock), p->chash.hash_bits); in insert_cache_hash_entry()
|
D | dm-cache-policy-smq.c | 604 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_insert() 639 unsigned h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup() 656 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
|
D | dm-cache-policy-mq.c | 497 unsigned h = hash_64(from_oblock(e->oblock), mq->hash_bits); in hash_insert() 504 unsigned h = hash_64(from_oblock(oblock), mq->hash_bits); in hash_lookup()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 542 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash() 616 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid() 702 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
|
D | machine.c | 1650 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
|
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 136 return hash_64(block, journal->j_revoke->hash_shift); in hash()
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 368 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 80 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
|
D | vxlan.c | 415 return hash_64(value, FDB_HASH_BITS); in eth_hash()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 297 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
|
/linux-4.4.14/fs/ |
D | namei.c | 1797 return hash_64(hash, 32); in fold_hash()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 6610 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()
|