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

/linux-master/block/
H A Dblk-iocost.c860 * @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, argument
890 if (randiops) {
891 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, randiops);

Completed in 101 milliseconds