Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c2367 unsigned long lat; in blk_throtl_bio_endio() local
2385 lat = finish_time - start_time; in blk_throtl_bio_endio()
2389 bio_op(bio), lat); in blk_throtl_bio_endio()
2391 if (tg->latency_target && lat >= tg->td->filtered_latency) { in blk_throtl_bio_endio()
2398 if (lat > threshold) in blk_throtl_bio_endio()
Dblk-iocost.c773 u32 ppm, lat, multi, period_us; in ioc_refresh_period_us() local
780 lat = ioc->params.qos[QOS_RLAT]; in ioc_refresh_period_us()
783 lat = ioc->params.qos[QOS_WLAT]; in ioc_refresh_period_us()
798 period_us = multi * lat; in ioc_refresh_period_us()