Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-throttle.c953 u64 bytes_allowed, extra_bytes, tmp; in tg_with_in_bps_limit() local
973 bytes_allowed = tmp; in tg_with_in_bps_limit()
975 if (tg->bytes_disp[rw] + bio_size <= bytes_allowed) { in tg_with_in_bps_limit()
982 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_with_in_bps_limit()