···8484/* A special optimized version that handles 1 or more of u32s.8585 * The length parameter here is the number of u32s in the key.8686 */8787-static inline u32 jhash2(u32 *k, u32 length, u32 initval)8787+static inline u32 jhash2(const u32 *k, u32 length, u32 initval)8888{8989 u32 a, b, c, len;9090