Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.c860 long long bytes_allowed; in tg_within_bps_limit() local
877 bytes_allowed = calculate_bytes_allowed(bps_limit, jiffy_elapsed_rnd) + in tg_within_bps_limit()
879 if (bytes_allowed > 0 && tg->bytes_disp[rw] + bio_size <= bytes_allowed) in tg_within_bps_limit()
883 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_within_bps_limit()