Home
last modified time | relevance | path

Searched refs:hash_32 (Results 26 - 50 of 119) sorted by relevance

12345

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_metrics.c278 hash = hash_32(hash, tcp_metrics_hash_log); in __tcp_get_metrics_req()
323 hash = hash_32(hash, tcp_metrics_hash_log); in tcp_get_metrics()
866 hash = hash_32(hash, tcp_metrics_hash_log); in tcp_metrics_nl_cmd_get()
943 hash = hash_32(hash, tcp_metrics_hash_log); in tcp_metrics_nl_cmd_del()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkvm.c109 u32 key = hash_32(token, KVM_TASK_SLEEP_HASHBITS); in kvm_async_pf_queue_task()
189 u32 key = hash_32(token, KVM_TASK_SLEEP_HASHBITS); in kvm_async_pf_task_wake()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkvm.c112 u32 key = hash_32(token, KVM_TASK_SLEEP_HASHBITS); in kvm_async_pf_queue_task()
192 u32 key = hash_32(token, KVM_TASK_SLEEP_HASHBITS); in kvm_async_pf_task_wake()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_fib.c81 return hash_32(nip_addr_hash(addr), NIN_ROUTE_HSIZE_SHIFT); in ninet_route_hash()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_sh.c94 return (offset + hash_32(ntohs(port) + ntohl(addr_fold), in ip_vs_sh_hashkey()
H A Dip_vs_lblc.c159 return hash_32(ntohl(addr_fold), IP_VS_LBLC_TAB_BITS); in ip_vs_lblc_hashkey()
/kernel/linux/linux-6.6/fs/
H A Dmbcache.c53 return &cache->c_hash[hash_32(key, cache->c_bucket_bits)]; in mb_cache_entry_head()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_sh.c94 return (offset + hash_32(ntohs(port) + ntohl(addr_fold), in ip_vs_sh_hashkey()
H A Dip_vs_lblc.c159 return hash_32(ntohl(addr_fold), IP_VS_LBLC_TAB_BITS); in ip_vs_lblc_hashkey()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c40 return hash_32(fsid->val[0], FANOTIFY_EVENT_HASH_BITS) ^ in fanotify_hash_fsid()
41 hash_32(fsid->val[1], FANOTIFY_EVENT_HASH_BITS); in fanotify_hash_fsid()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS)
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_sess.c150 return hash_32(port_id, FT_SESS_HASH_BITS); in ft_sess_hash()
/kernel/linux/linux-5.10/fs/
H A Dmbcache.c53 return &cache->c_hash[hash_32(key, cache->c_bucket_bits)]; in mb_cache_entry_head()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfscache.c90 return hash_32(be32_to_cpu(xid), nn->maskbits); in nfsd_cache_hash()
/kernel/linux/linux-5.10/fs/fat/
H A Dfat.h423 return hash_32(logstart, FAT_HASH_BITS); in fat_dir_hash()
/kernel/linux/linux-5.10/net/ipv6/
H A Danycast.c56 return hash_32(val, IN6_ADDR_HSIZE_SHIFT); in inet6_acaddr_hash()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS)
/kernel/linux/linux-6.6/fs/fat/
H A Dfat.h426 return hash_32(logstart, FAT_HASH_BITS); in fat_dir_hash()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_sess.c150 return hash_32(port_id, FT_SESS_HASH_BITS); in ft_sess_hash()
/kernel/linux/linux-6.6/drivers/dax/
H A Dsuper.c423 inode = iget5_locked(dax_superblock, hash_32(devt + DAXFS_MAGIC, 31), in dax_dev_get()
/kernel/linux/linux-6.6/net/ipv6/
H A Danycast.c56 return hash_32(val, IN6_ADDR_HSIZE_SHIFT); in inet6_acaddr_hash()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_core.c136 return &pn->l2tp_session_hlist[hash_32(session_id, L2TP_HASH_BITS_2)]; in l2tp_session_id_hash_2()
148 return &tunnel->session_hlist[hash_32(session_id, L2TP_HASH_BITS)]; in l2tp_session_id_hash()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_core.c136 return &pn->l2tp_session_hlist[hash_32(session_id, L2TP_HASH_BITS_2)]; in l2tp_session_id_hash_2()
148 return &tunnel->session_hlist[hash_32(session_id, L2TP_HASH_BITS)]; in l2tp_session_id_hash()
/kernel/linux/linux-5.10/drivers/dax/
H A Dsuper.c537 inode = iget5_locked(dax_superblock, hash_32(devt + DAXFS_MAGIC, 31), in dax_dev_get()
/kernel/linux/linux-5.10/include/rdma/
H A Drdmavt_qp.h707 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in __must_hold()

Completed in 27 milliseconds

12345