Home
last modified time | relevance | path

Searched refs:hash_32 (Results 51 - 75 of 119) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c503 return hash_32(i_pos, EXFAT_HASH_BITS); in exfat_hash()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_lblcr.c322 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 Dinode.c479 return hash_32(i_pos, EXFAT_HASH_BITS); in exfat_hash()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfscache.c273 unsigned int hash = hash_32((__force u32)xid, nn->maskbits); in nfsd_cache_bucket_find()
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_qp.h707 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in __must_hold()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_lblcr.c322 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 Dauxtrace.c1877 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 Dauxtrace.c2047 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 Dnip_addrconf.c102 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 Diommu.c70 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 Dsvcauth_unix.c117 return hash_32(ipv6_addr_hash(ip), IP_HASHBITS); in hash_ip6()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c811 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 Drxe_qp.c256 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 Dcore.c155 #define ALLOC_COVERED_HNEXT(h) hash_32(h, ALLOC_COVERED_ORDER)
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c327 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 Digmp.c1384 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 Di915_gem_execbuffer.c545 &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 Digmp.c1384 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 Di915_gem_execbuffer.c576 &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 Dbuiltin-inject.c890 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 Dkfd_topology.c1120 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 Diommu.c109 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 Dregion_devs.c1209 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 Dxfrm_interface_core.c66 return hash_32(if_id, XFRMI_HASH_BITS); in xfrmi_hash()
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.c115 return hash_32(hash32_ptr(sig) ^ nr, HASH_BITS(posix_timers_hashtable)); in hash()

Completed in 50 milliseconds

12345