Searched refs:variance (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/cpuidle/governors/ |
D | menu.c | 174 uint64_t sum, variance; in get_typical_interval() local 211 variance = 0; in get_typical_interval() 216 variance += diff * diff; in get_typical_interval() 220 variance >>= INTERVAL_SHIFT; in get_typical_interval() 222 do_div(variance, divisor); in get_typical_interval() 236 if (likely(variance <= U64_MAX/36)) { in get_typical_interval() 237 if ((((u64)avg*avg > variance*36) && (divisor * 4 >= INTERVALS * 3)) in get_typical_interval() 238 || variance <= 400) { in get_typical_interval()
|
/Linux-v5.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 152 variance, plus two counters. The mean/variance pairs are 158 Unlike the TCP/IP Illustrated case, the mean and variance are 161 The three pairs of mean/variance measure the following 178 has gone into the mean/variance calculations. The other counter 194 into account after 8 samples (or 4 for the variance) and this 239 using the format mean/variance for each of the timing stats.
|
/Linux-v5.10/tools/perf/util/ |
D | stat.c | 57 double variance, variance_mean; in stddev_stats() local 62 variance = stats->M2 / (stats->n - 1); in stddev_stats() 63 variance_mean = variance / stats->n; in stddev_stats()
|
/Linux-v5.10/drivers/platform/x86/ |
D | hdaps.c | 445 static DEVICE_ATTR(variance, 0444, hdaps_variance_show, NULL);
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | cpuidle.rst | 295 and variance of them. If the variance is small (smaller than 400 square 300 Again, if the variance of them is small (in the above sense), the average is
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-stat.txt | 489 - optional variance if multiple values are collected with -r
|