Searched refs:accounting_delay (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
H A Dstats.c21 * accounting_delay is how often the timer goes off - 22 times in 5 minutes,
38 static const unsigned accounting_delay = (HZ * 300) / 22; variable
175 acc->timer.expires += accounting_delay; scale_accounting()
237 acc->timer.expires = jiffies + accounting_delay; bch_cache_accounting_init()

Completed in 37 milliseconds