Searched refs:hash_64 (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/net/ipv6/
H A Droute.c1516 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT);
/linux-master/net/ipv4/
H A Droute.c609 return hash_64(hval, FNHE_HASH_SHIFT);
/linux-master/kernel/events/
H A Dcore.c9880 return hash_64(val, SWEVENT_HLIST_BITS);
/linux-master/kernel/bpf/
H A Dtrampoline.c141 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)];
/linux-master/include/linux/
H A Dslab.h438 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed,
/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/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/drivers/net/vxlan/
H A Dvxlan_core.c385 return hash_64(value, FDB_HASH_BITS);
/linux-master/drivers/net/
H A Dmacvlan.c111 return hash_64(value, MACVLAN_HASH_BITS);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1707 return hash_64(gfn, KVM_MMU_HASH_SHIFT);
/linux-master/fs/bcachefs/
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)));
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);
/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/tools/perf/util/
H A Dmachine.c2275 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ;
H A Devlist.c652 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
735 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
/linux-master/tools/lib/perf/
H A Devlist.c258 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
/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/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/fs/nfs/
H A Ddir.c363 return hash_64(cookie, 18);
/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/net/sunrpc/auth_gss/
H A Dauth_gss.c1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits);
/linux-master/drivers/md/bcache/
H A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)];
/linux-master/drivers/md/persistent-data/
H A Ddm-transaction-manager.c34 return hash_64(b, PREFETCH_BITS);
/linux-master/fs/jbd2/
H A Drevoke.c133 return hash_64(block, journal->j_revoke->hash_shift);

Completed in 714 milliseconds

12