Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-throttle.c722 u64 bytes_allowed, extra_bytes, tmp; in tg_with_in_bps_limit() local
735 bytes_allowed = tmp; in tg_with_in_bps_limit()
737 if (tg->bytes_disp[rw] + bio->bi_iter.bi_size <= bytes_allowed) { in tg_with_in_bps_limit()
744 extra_bytes = tg->bytes_disp[rw] + bio->bi_iter.bi_size - bytes_allowed; in tg_with_in_bps_limit()