Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c775 u32 ppm, lat, multi, period_us; in ioc_refresh_period_us() local
797 multi = max_t(u32, (MILLION - ppm) / 50000, 2); in ioc_refresh_period_us()
799 multi = 2; in ioc_refresh_period_us()
800 period_us = multi * lat; in ioc_refresh_period_us()