Home
last modified time | relevance | path

Searched refs:hash_32 (Results 1 – 7 of 7) sorted by relevance

/include/linux/
A Dhash.h16 #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 Dhashtable.h32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
A Dmm.h1615 pid_bit = hash_32(current->pid, ilog2(BITS_PER_LONG)); in vma_set_access_pid_bit()
/include/net/netns/
A Dmctp.h45 return hash_32(type | (u32)local_addr << 8 | (u32)peer_addr << 16, in mctp_bind_hash()
/include/net/
A Dllc.h75 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 Draw.h45 return hash_32(net_hash_mix(net) ^ proto, RAW_HTABLE_LOG); in raw_hashfunc()
/include/rdma/
A Drdmavt_qp.h708 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in rvt_lookup_qpn()

Completed in 19 milliseconds