Searched refs:hash_32 (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() function 81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
|
| A D | hashtable.h | 32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
| A D | mm.h | 1615 pid_bit = hash_32(current->pid, ilog2(BITS_PER_LONG)); in vma_set_access_pid_bit()
|
| /include/net/netns/ |
| A D | mctp.h | 45 return hash_32(type | (u32)local_addr << 8 | (u32)peer_addr << 16, in mctp_bind_hash()
|
| /include/net/ |
| A D | llc.h | 75 u32 bucket = hash_32(ifindex, LLC_SK_DEV_HASH_BITS); in llc_sk_dev_hash() 83 return hash_32(jhash(laddr->mac, sizeof(laddr->mac), 0), in llc_sk_laddr_hashfn()
|
| A D | raw.h | 45 return hash_32(net_hash_mix(net) ^ proto, RAW_HTABLE_LOG); in raw_hashfunc()
|
| /include/rdma/ |
| A D | rdmavt_qp.h | 708 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in rvt_lookup_qpn()
|
Completed in 19 milliseconds