Home
last modified time | relevance | path

Searched refs:coef_page (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-iocost.c2525 u64 coef_seqio, coef_randio, coef_page; in calc_vtime_cost_builtin() local
2538 coef_page = ioc->params.lcoefs[LCOEF_RPAGE]; in calc_vtime_cost_builtin()
2543 coef_page = ioc->params.lcoefs[LCOEF_WPAGE]; in calc_vtime_cost_builtin()
2561 cost += pages * coef_page; in calc_vtime_cost_builtin()