Lines Matching defs:total
53 * total amount of time we need to be punished by doing
127 u64 total;
150 /* total running average of our io latency. */
201 stat->ps.total = 0;
212 sum->ps.total += stat->ps.total;
225 stat->ps.total++;
235 u64 thresh = div64_u64(stat->ps.total, 10);
246 return stat->ps.total;
921 return scnprintf(buf, size, " missed=%llu total=%llu depth=max",
923 (unsigned long long)stat.ps.total);
924 return scnprintf(buf, size, " missed=%llu total=%llu depth=%u",
926 (unsigned long long)stat.ps.total,