Searched refs:hash_32 (Results 1 – 4 of 4) sorted by relevance
56 hash_32(u32 val, u8 bits) in hash_32() function73 #define hash_long(...) hash_32(__VA_ARGS__)
56 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b))
63 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b))
475 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in rvt_lookup_qpn()