Searched refs:bytes_allowed (Results 1 – 1 of 1) sorted by relevance
947 u64 bytes_allowed, extra_bytes; in tg_with_in_bps_limit() local964 bytes_allowed = mul_u64_u64_div_u64(bps_limit, (u64)jiffy_elapsed_rnd, in tg_with_in_bps_limit()967 if (tg->bytes_disp[rw] + bio_size <= bytes_allowed) { in tg_with_in_bps_limit()974 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_with_in_bps_limit()