Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dmetric.c325 static inline void __update_stdev(ktime_t total, ktime_t lsum, in __update_stdev() argument
334 avg = DIV64_U64_ROUND_CLOSEST((lsum - lat), (total - 1)); in __update_stdev()
336 avg = DIV64_U64_ROUND_CLOSEST(lsum, total); in __update_stdev()