Home
last modified time | relevance | path

Searched refs:hash_mult (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
Ddm-ioctl.c101 const unsigned int hash_mult = 2654435387U; in hash_str() local
105 h = (h + (unsigned int) *str++) * hash_mult; in hash_str()
/kernel/linux/linux-5.10/fs/cifs/
Dinode.c792 const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ local
796 hash = (hash + (__u64) *str++) * hash_mult;