Home
last modified time | relevance | path

Searched refs:hash_mult (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A 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/
H A Dinode.c792 const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ local
796 hash = (hash + (__u64) *str++) * hash_mult;
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c942 const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ in simple_hashstr() local
946 hash = (hash + (__u64) *str++) * hash_mult; in simple_hashstr()

Completed in 15 milliseconds