Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c795 const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ local
799 hash = (hash + (__u64) *str++) * hash_mult;