Lines Matching defs:expected
39 * initialized. The expected value calculation then iterates the incore per-AG
42 * our tolerance for mismatch between expected and actual counter values.
46 * Since the expected value computation is lockless but only browses incore
244 * Is the @counter reasonably close to the @expected value?
247 * per-AG data to compute the @expected value, which means that the counter
249 * before the aggregation, and we re-sum the counter now. If the expected
261 uint64_t expected)
266 trace_xchk_fscounters_within_range(sc->mp, expected, curr_value,
274 if (curr_value == expected)
281 if (expected >= min_value && expected <= max_value)
336 /* Walk the incore AG headers to calculate the expected counters. */