Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dstats.c22 * accounting_delay is how often the timer goes off - 22 times in 5 minutes,
39 static const unsigned int accounting_delay = (HZ * 300) / 22; variable
180 acc->timer.expires += accounting_delay; in scale_accounting()
245 acc->timer.expires = jiffies + accounting_delay; in bch_cache_accounting_init()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dstats.c22 * accounting_delay is how often the timer goes off - 22 times in 5 minutes,
39 static const unsigned int accounting_delay = (HZ * 300) / 22; variable
175 acc->timer.expires += accounting_delay; in scale_accounting()
232 acc->timer.expires = jiffies + accounting_delay; in bch_cache_accounting_init()

Completed in 1 milliseconds