/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 278 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 D | kvm.c | 109 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 D | kvm.c | 112 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 D | nip_fib.c | 81 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 D | ip_vs_sh.c | 94 return (offset + hash_32(ntohs(port) + ntohl(addr_fold), in ip_vs_sh_hashkey()
|
H A D | ip_vs_lblc.c | 159 return hash_32(ntohl(addr_fold), IP_VS_LBLC_TAB_BITS); in ip_vs_lblc_hashkey()
|
/kernel/linux/linux-6.6/fs/ |
H A D | mbcache.c | 53 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 D | ip_vs_sh.c | 94 return (offset + hash_32(ntohs(port) + ntohl(addr_fold), in ip_vs_sh_hashkey()
|
H A D | ip_vs_lblc.c | 159 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 D | fanotify.c | 40 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 D | vmci_doorbell.c | 27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS)
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 150 return hash_32(port_id, FT_SESS_HASH_BITS); in ft_sess_hash()
|
/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 53 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 D | nfscache.c | 90 return hash_32(be32_to_cpu(xid), nn->maskbits); in nfsd_cache_hash()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | fat.h | 423 return hash_32(logstart, FAT_HASH_BITS); in fat_dir_hash()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | anycast.c | 56 return hash_32(val, IN6_ADDR_HSIZE_SHIFT); in inet6_acaddr_hash()
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_doorbell.c | 27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS)
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | fat.h | 426 return hash_32(logstart, FAT_HASH_BITS); in fat_dir_hash()
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 150 return hash_32(port_id, FT_SESS_HASH_BITS); in ft_sess_hash()
|
/kernel/linux/linux-6.6/drivers/dax/ |
H A D | super.c | 423 inode = iget5_locked(dax_superblock, hash_32(devt + DAXFS_MAGIC, 31), in dax_dev_get()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | anycast.c | 56 return hash_32(val, IN6_ADDR_HSIZE_SHIFT); in inet6_acaddr_hash()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_core.c | 136 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 D | l2tp_core.c | 136 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 D | super.c | 537 inode = iget5_locked(dax_superblock, hash_32(devt + DAXFS_MAGIC, 31), in dax_dev_get()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 707 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in __must_hold()
|