Searched refs:lsum (Results 1 – 1 of 1) sorted by relevance
325 static inline void __update_stdev(ktime_t total, ktime_t lsum, in __update_stdev() argument334 avg = DIV64_U64_ROUND_CLOSEST((lsum - lat), (total - 1)); in __update_stdev()336 avg = DIV64_U64_ROUND_CLOSEST(lsum, total); in __update_stdev()