Searched refs:new_hwi (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/block/ |
D | blk-iocost.c | 1467 u32 new_hwi, new_inuse; in ioc_timer_fn() local 1471 new_hwi = hw_active; in ioc_timer_fn() 1473 new_hwi = max(hw_inuse, in ioc_timer_fn() 1478 new_inuse = div64_u64((u64)iocg->inuse * new_hwi, in ioc_timer_fn() 1485 hw_inuse, new_hwi); in ioc_timer_fn() 1500 u32 usage, hw_active, hw_inuse, new_hwi, new_inuse; in ioc_timer_fn() local 1517 new_hwi = surplus_adjusted_hweight_inuse(usage, hw_inuse); in ioc_timer_fn() 1518 if (!new_hwi) in ioc_timer_fn() 1521 new_inuse = DIV64_U64_ROUND_UP((u64)iocg->inuse * new_hwi, in ioc_timer_fn() 1526 hw_inuse, new_hwi); in ioc_timer_fn()
|