Home
last modified time | relevance | path

Searched refs:rescale (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
Dstats.h25 unsigned rescale; member
Dstats.c137 if (++stats->rescale == rescale_at) { in scale_stats()
138 stats->rescale = 0; in scale_stats()
Dalloc.c92 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()
Drequest.c399 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()
Dbcache.h567 atomic_t rescale; member