Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dmetric.c312 static inline void __update_stdev(ktime_t total, ktime_t lsum, in __update_stdev() argument
321 avg = DIV64_U64_ROUND_CLOSEST((lsum - lat), (total - 1)); in __update_stdev()
323 avg = DIV64_U64_ROUND_CLOSEST(lsum, total); in __update_stdev()

Completed in 3 milliseconds