Searched refs:lsum (Results 1 – 1 of 1) sorted by relevance
243 ktime_t total, avg, sq, lsum; in __update_latency() local246 lsum = (*lsump += lat); in __update_latency()257 avg = DIV64_U64_ROUND_CLOSEST((lsum - lat), (total - 1)); in __update_latency()259 avg = DIV64_U64_ROUND_CLOSEST(lsum, total); in __update_latency()