Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dmetric.c243 ktime_t total, avg, sq, lsum; in __update_latency() local
246 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()