hash_mult         100 drivers/md/dm-ioctl.c 	const unsigned int hash_mult = 2654435387U;
hash_mult         104 drivers/md/dm-ioctl.c 		h = (h + (unsigned int) *str++) * hash_mult;
hash_mult         721 fs/cifs/inode.c 	const __u64 hash_mult =  1125899906842597ULL; /* a big enough prime */
hash_mult         725 fs/cifs/inode.c 		hash = (hash + (__u64) *str++) * hash_mult;