Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c299 DFGV_PERIOD = 100 * USEC_PER_MSEC, enumerator
2044 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts()
2048 * At least DFGV_PERIOD has passed since the last period. Calculate the in ioc_forgive_debts()
2069 * - if ioc period is 75% of DFGV_PERIOD, one out of three consecutive in ioc_forgive_debts()
2073 ioc->dfgv_period_rem = do_div(nr_cycles, DFGV_PERIOD); in ioc_forgive_debts()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c299 DFGV_PERIOD = 100 * USEC_PER_MSEC, enumerator
2095 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts()
2099 * At least DFGV_PERIOD has passed since the last period. Calculate the in ioc_forgive_debts()
2120 * - if ioc period is 75% of DFGV_PERIOD, one out of three consecutive in ioc_forgive_debts()
2124 ioc->dfgv_period_rem = do_div(nr_cycles, DFGV_PERIOD); in ioc_forgive_debts()

Completed in 9 milliseconds