Searched refs:nr_cycles_shift (Results 1 – 1 of 1) sorted by relevance
2086 u64 dur, usage_pct, nr_cycles, nr_cycles_shift; in ioc_forgive_debts() local2148 nr_cycles_shift = min_t(u64, nr_cycles, BITS_PER_LONG - 1); in ioc_forgive_debts()2150 iocg->abs_vdebt = iocg->abs_vdebt >> nr_cycles_shift ?: 1; in ioc_forgive_debts()2153 iocg->delay = iocg->delay >> nr_cycles_shift ?: 1; in ioc_forgive_debts()