Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c863 * @seqiops maximum sequential 4k iops
869 * *@seqio base cost of a seq IO max((1s / @seqiops) - *@page, 0)
872 static void calc_lcoefs(u64 bps, u64 seqiops, u64 randiops, in calc_lcoefs() argument
888 if (seqiops) { in calc_lcoefs()
889 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, seqiops); in calc_lcoefs()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c859 * @seqiops maximum sequential 4k iops
865 * *@seqio base cost of a seq IO max((1s / @seqiops) - *@page, 0)
868 static void calc_lcoefs(u64 bps, u64 seqiops, u64 randiops, in calc_lcoefs() argument
884 if (seqiops) { in calc_lcoefs()
885 v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, seqiops); in calc_lcoefs()

Completed in 11 milliseconds