Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c950 s64 vcomp, vcomp_min, vcomp_max; in ioc_refresh_vrate() local
965 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()
966 vcomp = clamp(vcomp, vcomp_min, vcomp_max); in ioc_refresh_vrate()