Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-iocost.c967 s64 vcomp, vcomp_min, vcomp_max; in ioc_refresh_vrate() local
982 vcomp_max = ioc->vtime_base_rate; in ioc_refresh_vrate()
983 vcomp = clamp(vcomp, vcomp_min, vcomp_max); in ioc_refresh_vrate()