Searched refs:rescale (Results 1 – 5 of 5) sorted by relevance
25 unsigned rescale; member
137 if (++stats->rescale == rescale_at) { in scale_stats()138 stats->rescale = 0; in scale_stats()
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()
399 goto rescale; in check_should_bypass()403 goto rescale; in check_should_bypass()409 goto rescale; in check_should_bypass()450 rescale: in check_should_bypass()
567 atomic_t rescale; member