Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-throttle.c861 u64 bytes_allowed, extra_bytes; in tg_within_bps_limit() local
879 bytes_allowed = calculate_bytes_allowed(bps_limit, jiffy_elapsed_rnd) + in tg_within_bps_limit()
881 if (tg->bytes_disp[rw] + bio_size <= bytes_allowed) { in tg_within_bps_limit()
888 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_within_bps_limit()