Lines Matching defs:counter
24 * The basics of filesystem summary counter checking are that we iterate the
32 * freezing is costly. To get around this, we added a per-cpu counter of the
41 * after this operation and use the difference in counter values to guess at
42 * our tolerance for mismatch between expected and actual counter values.
244 * Is the @counter reasonably close to the @expected value?
247 * per-AG data to compute the @expected value, which means that the counter
248 * could have changed. We know the @old_value of the summation of the counter
249 * before the aggregation, and we re-sum the counter now. If the expected
260 struct percpu_counter *counter,
264 int64_t curr_value = percpu_counter_sum(counter);
287 * true here so that we don't mark the counter corrupt.