Searched refs:rescale (Results 1 – 5 of 5) sorted by relevance
137 if (++stats->rescale == rescale_at) { in scale_stats()138 stats->rescale = 0; in scale_stats()
25 unsigned rescale; member
92 atomic_sub(sectors, &c->rescale); in bch_rescale_priorities()95 r = atomic_read(&c->rescale); in bch_rescale_priorities()99 } while (atomic_cmpxchg(&c->rescale, r, r + next) != r); in bch_rescale_priorities()
397 goto rescale; in check_should_bypass()401 goto rescale; in check_should_bypass()407 goto rescale; in check_should_bypass()448 rescale: in check_should_bypass()
569 atomic_t rescale; member