/kernel/linux/linux-5.10/fs/exfat/ |
H A D | inode.c | 503 return hash_32(i_pos, EXFAT_HASH_BITS); in exfat_hash()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 322 return hash_32(ntohl(addr_fold), IP_VS_LBLCR_TAB_BITS); in ip_vs_lblcr_hashkey()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | inode.c | 479 return hash_32(i_pos, EXFAT_HASH_BITS); in exfat_hash()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfscache.c | 273 unsigned int hash = hash_32((__force u32)xid, nn->maskbits); in nfsd_cache_bucket_find()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 707 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in __must_hold()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 322 return hash_32(ntohl(addr_fold), IP_VS_LBLCR_TAB_BITS); in ip_vs_lblcr_hashkey()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 1877 hlist_add_head(&entry->hash, &c->hashtable[hash_32(key, c->bits)]); in auxtrace_cache__add() 1892 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__rm() 1918 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.c | 2047 hlist_add_head(&entry->hash, &c->hashtable[hash_32(key, c->bits)]); in auxtrace_cache__add() 2062 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__rm() 2088 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_addrconf.c | 102 return hash_32(nip_addr_hash(addr), NIN_ADDR_HSIZE_SHIFT); in ninet_addr_hash()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | iommu.c | 70 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 117 return hash_32(ipv6_addr_hash(ip), IP_HASHBITS); in hash_ip6()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 811 const size_t base = (u32)hash_32(pid, MKSSTAT_CAPACITY_LOG2); in vmw_mksstat_get_kern_slot()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_qp.c | 256 qp->src_port = RXE_ROCE_V2_SPORT + (hash_32(qp_num(qp), 14) & 0x3fff); in rxe_qp_init_req()
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | core.c | 155 #define ALLOC_COVERED_HNEXT(h) hash_32(h, ALLOC_COVERED_ORDER)
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 327 return hash_32(val, DEVINDEX_HASHBITS); in fib_devindex_hashfn() 1267 u32 slot = hash_32(net_hash_mix(net) ^ (__force u32)val, in fib_info_laddrhash_bucket()
|
H A D | igmp.c | 1384 return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG); in ip_mc_hash() 2727 u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG); in ip_check_mc_rcu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 545 &eb->buckets[hash_32(entry->handle, in eb_add_vma() 938 head = &eb->buckets[hash_32(handle, eb->lut_size)]; in eb_get_vma()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | igmp.c | 1384 return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG); in ip_mc_hash() 2718 u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG); in ip_check_mc_rcu()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 576 &eb->buckets[hash_32(entry->handle, in eb_add_vma() 1073 head = &eb->buckets[hash_32(handle, eb->lut_size)]; in eb_get_vma()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 890 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS); in guest_session__map_tid() 1133 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_tid()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_topology.c | 1120 hashout ^= hash_32(buf[i], KFD_GPU_ID_HASH_WIDTH); in kfd_generate_gpu_id()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | iommu.c | 109 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | region_devs.c | 1209 idx = this_cpu_add_return(flush_idx, hash_32(current->pid + idx, 8)); in generic_nvdimm_flush()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_interface_core.c | 66 return hash_32(if_id, XFRMI_HASH_BITS); in xfrmi_hash()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | posix-timers.c | 115 return hash_32(hash32_ptr(sig) ^ nr, HASH_BITS(posix_timers_hashtable)); in hash()
|