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

12

/linux-master/tools/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/linux-master/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
H A Dslab.h438 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed,
/linux-master/fs/bcachefs/
H A Dnocow_locking.h14 unsigned h = hash_64(dev_bucket, BUCKET_NOCOW_LOCKS_BITS);
H A Dbuckets_waiting_for_journal.c12 return t->d + hash_64(dev_bucket ^ t->hash_seeds[hash_seed_idx], t->bits);
H A Dec.c905 unsigned hash = hash_64(idx, ilog2(ARRAY_SIZE(c->ec_stripes_new)));
934 unsigned hash = hash_64(idx, ilog2(ARRAY_SIZE(c->ec_stripes_new)));
/linux-master/arch/parisc/include/asm/
H A Dhash.h118 hash_64(u64 a, unsigned int bits) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c28 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE);
33 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE,
39 return hash_64(vpage & 0xfffffffffULL, HPTEG_HASH_BITS_VPTE);
44 return hash_64((vpage & 0xffffff000ULL) >> 12,
51 return hash_64((vpage & 0xffffffff0ULL) >> 4,
/linux-master/lib/
H A Dtest_hash.c14 * and hash_64().
90 "hash_64(%#llx, %d) = %#x != hash_64_generic() = %#x",
131 /* Test hash_64 */
132 hash_or[1][k] |= params.h1 = hash_64(h64, k);
134 "hash_64(%#llx, %d) = %#x > %#x",
195 h64 = h64 << 32 | h0; /* For use with hash_64 */
219 "OR of all hash_64(%d) results = %#x (%#x expected)",
/linux-master/fs/smb/client/
H A Dcifsfs.h18 * so that it will fit. We use hash_64 to convert the value to 31 bits, and
25 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1;
/linux-master/fs/jbd2/
H A Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift);
/linux-master/drivers/md/persistent-data/
H A Ddm-transaction-manager.c34 return hash_64(b, PREFETCH_BITS);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c421 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER);
494 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER);
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c626 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits);
662 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits);
679 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits);
/linux-master/tools/lib/perf/
H A Devlist.c258 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
/linux-master/tools/perf/util/
H A Devlist.c652 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
735 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
H A Dmachine.c2275 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ;
/linux-master/kernel/bpf/
H A Dtrampoline.c141 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)];
/linux-master/tools/perf/
H A Dbuiltin-inject.c967 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS);
1026 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
/linux-master/drivers/md/bcache/
H A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)];
/linux-master/drivers/net/
H A Dmacvlan.c111 return hash_64(value, MACVLAN_HASH_BITS);
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1825 idx = hash_64(value, 8); // tbd 8
1855 idx = hash_64(val, 8);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits);
/linux-master/fs/btrfs/
H A Draid56.c209 * This tends to upset hash_64, and it consistently
214 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS);
/linux-master/fs/nfs/
H A Ddir.c363 return hash_64(cookie, 18);

Completed in 265 milliseconds

12