Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhash.h29 #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/
Dbook3s_mmu_hpte.c39 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/
Dcifsfs.h38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-cleaner.c143 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()
Ddm-cache-policy-smq.c604 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()
Ddm-cache-policy-mq.c497 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/
Ddm-transaction-manager.c33 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/linux-4.4.14/tools/perf/util/
Devlist.c542 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()
Dmachine.c1650 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/linux-4.4.14/fs/jbd2/
Drevoke.c136 return hash_64(block, journal->j_revoke->hash_shift); in hash()
/linux-4.4.14/drivers/md/bcache/
Drequest.c368 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/linux-4.4.14/drivers/net/
Dmacvlan.c80 return hash_64(value, MACVLAN_HASH_BITS); in macvlan_eth_hash()
Dvxlan.c415 return hash_64(value, FDB_HASH_BITS); in eth_hash()
/linux-4.4.14/fs/btrfs/
Draid56.c297 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/linux-4.4.14/fs/
Dnamei.c1797 return hash_64(hash, 32); in fold_hash()
/linux-4.4.14/kernel/events/
Dcore.c6610 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()