Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c773 u32 ppm, lat, multi, period_us; in ioc_refresh_period_us() local
779 ppm = ioc->params.qos[QOS_RPPM]; in ioc_refresh_period_us()
782 ppm = ioc->params.qos[QOS_WPPM]; in ioc_refresh_period_us()
794 if (ppm) in ioc_refresh_period_us()
795 multi = max_t(u32, (MILLION - ppm) / 50000, 2); in ioc_refresh_period_us()