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

/linux-4.1.27/include/linux/
H A Dhash.h29 #define hash_long(val, bits) hash_64(val, bits)
51 static __always_inline u64 hash_64(u64 val, unsigned int bits) hash_64() function
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c39 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); kvmppc_mmu_hash_pte()
44 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, kvmppc_mmu_hash_pte_long()
50 return hash_64(vpage & 0xfffffffffULL, HPTEG_HASH_BITS_VPTE); kvmppc_mmu_hash_vpte()
55 return hash_64((vpage & 0xffffff000ULL) >> 12, kvmppc_mmu_hash_vpte_long()
62 return hash_64((vpage & 0xffffffff0ULL) >> 4, kvmppc_mmu_hash_vpte_64k()
/linux-4.1.27/drivers/md/
H A Ddm-cache-policy-cleaner.c143 unsigned h = hash_64(from_oblock(oblock), hash->hash_bits); lookup_cache_entry()
161 unsigned h = hash_64(from_oblock(e->oblock), p->chash.hash_bits); insert_cache_hash_entry()
H A Ddm-cache-policy-mq.c497 unsigned h = hash_64(from_oblock(e->oblock), mq->hash_bits); hash_insert()
504 unsigned h = hash_64(from_oblock(oblock), mq->hash_bits); hash_lookup()
/linux-4.1.27/fs/cifs/
H A Dcifsfs.h31 * so that it will fit. We use hash_64 to convert the value to 31 bits, and
38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; cifs_uniqueid_to_ino_t()
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.c33 return hash_64(b, PREFETCH_BITS); prefetch_hash()
/linux-4.1.27/tools/perf/util/
H A Devlist.c479 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); perf_evlist__id_hash()
553 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); perf_evlist__id2sid()
624 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); perf_evlist__event2evsel()
H A Dmachine.c1501 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; remove_loops()
/linux-4.1.27/drivers/firmware/google/
H A Dgsmi.c679 * global utility hash_64() function would break this driver's ability
/linux-4.1.27/fs/jbd2/
H A Drevoke.c136 return hash_64(block, journal->j_revoke->hash_shift); hash()
/linux-4.1.27/drivers/md/bcache/
H A Drequest.c362 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; iohash()
/linux-4.1.27/drivers/net/
H A Dmacvlan.c80 return hash_64(value, MACVLAN_HASH_BITS); macvlan_eth_hash()
H A Dvxlan.c449 return hash_64(value, FDB_HASH_BITS); eth_hash()
/linux-4.1.27/fs/btrfs/
H A Draid56.c291 * This tends to upset hash_64, and it consistently rbio_bucket()
296 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); rbio_bucket()
/linux-4.1.27/fs/
H A Dnamei.c1712 return hash_64(hash, 32); fold_hash()
/linux-4.1.27/kernel/events/
H A Dcore.c6312 return hash_64(val, SWEVENT_HLIST_BITS); swevent_hash()

Completed in 1520 milliseconds