Lines Matching defs:down
643 * We define a macro to allow ARC hits/misses to be easily broken down by
4177 * allowed (e.g. if the ARC isn't shutting down), this function might
4224 arc_evict_adj(uint64_t frac, uint64_t total, uint64_t up, uint64_t down,
4227 if (total < 8 || up + down == 0)
4234 if (up + down >= total / 4) {
4235 uint64_t scale = (up + down) / (total / 8);
4237 down /= scale;
4250 down /= ofrac / (2 * frac + 1);
4251 down = (down << s) / (total >> (32 - s));
4252 down = down * 100 / balance;
4254 return (frac + up - down);
4694 * checked here so that if the arc is shutting down, the
7996 * torn down to avoid the case of them receiving any
10268 * likely to want us to shut down, so after a little