Searched refs:randiops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 864 * @randiops maximum random 4k iops 870 * @randiops base cost of a rand IO max((1s / @randiops) - *@page, 0) 872 static void calc_lcoefs(u64 bps, u64 seqiops, u64 randiops, in calc_lcoefs() argument 894 if (randiops) { in calc_lcoefs() 895 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, randiops); in calc_lcoefs()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 860 * @randiops maximum random 4k iops 866 * @randiops base cost of a rand IO max((1s / @randiops) - *@page, 0) 868 static void calc_lcoefs(u64 bps, u64 seqiops, u64 randiops, in calc_lcoefs() argument 890 if (randiops) { in calc_lcoefs() 891 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, randiops); in calc_lcoefs()
|
Completed in 10 milliseconds