Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-iocost.c943 s64 vcomp, vcomp_min, vcomp_max; in ioc_refresh_vrate() local
958 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()
959 vcomp = clamp(vcomp, vcomp_min, vcomp_max); in ioc_refresh_vrate()