Lines Matching defs:expected
45 * initialized. The expected value calculation then iterates the incore per-AG
48 * our tolerance for mismatch between expected and actual counter values.
63 * Since the expected value computation is lockless but only browses incore
450 * Is the @counter reasonably close to the @expected value?
453 * per-AG data to compute the @expected value, which means that the counter
455 * before the aggregation, and we re-sum the counter now. If the expected
469 uint64_t expected)
474 trace_xchk_fscounters_within_range(sc->mp, expected, curr_value,
482 if (curr_value == expected)
489 if (expected >= min_value && expected <= max_value)
553 /* Walk the incore AG headers to calculate the expected counters. */