Home
last modified time | relevance | path

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

/linux-5.19.10/block/
Dblk-iocost.c2490 u64 coef_seqio, coef_randio, coef_page; in calc_vtime_cost_builtin() local
2499 coef_page = ioc->params.lcoefs[LCOEF_RPAGE]; in calc_vtime_cost_builtin()
2504 coef_page = ioc->params.lcoefs[LCOEF_WPAGE]; in calc_vtime_cost_builtin()
2522 cost += pages * coef_page; in calc_vtime_cost_builtin()