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()
393 goto rescale; in check_should_bypass()397 goto rescale; in check_should_bypass()403 goto rescale; in check_should_bypass()444 rescale: in check_should_bypass()
584 atomic_t rescale; member