Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c2058 __cfs_hash_theta_int(theta), __cfs_hash_theta_frac(theta), in cfs_hash_debug_str()
2060 __cfs_hash_theta_frac(hs->hs_min_theta), in cfs_hash_debug_str()
2062 __cfs_hash_theta_frac(hs->hs_max_theta), in cfs_hash_debug_str()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h767 static inline int __cfs_hash_theta_frac(int theta) in __cfs_hash_theta_frac() function