Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c2433 u32 hwi, adj_step; in adjust_inuse_and_calc_cost() local
2465 * adj_step must be determined after acquiring ioc->lock - we might in adjust_inuse_and_calc_cost()
2471 adj_step = DIV_ROUND_UP(iocg->active * INUSE_ADJ_STEP_PCT, 100); in adjust_inuse_and_calc_cost()
2473 new_inuse = new_inuse + adj_step; in adjust_inuse_and_calc_cost()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c2462 u32 hwi, adj_step; in adjust_inuse_and_calc_cost() local
2494 * adj_step must be determined after acquiring ioc->lock - we might in adjust_inuse_and_calc_cost()
2500 adj_step = DIV_ROUND_UP(iocg->active * INUSE_ADJ_STEP_PCT, 100); in adjust_inuse_and_calc_cost()
2502 new_inuse = new_inuse + adj_step; in adjust_inuse_and_calc_cost()

Completed in 10 milliseconds