Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-throttle.c563 static u64 calculate_bytes_allowed(u64 bps_limit, unsigned long jiffy_elapsed) in calculate_bytes_allowed() function
615 bytes_trim = calculate_bytes_allowed(tg_bps_limit(tg, rw), in throtl_trim_slice()
654 *bytes = calculate_bytes_allowed(bps_limit, jiffy_elapsed) - in __tg_update_carryover()
726 bytes_allowed = calculate_bytes_allowed(bps_limit, jiffy_elapsed_rnd); in tg_within_bps_limit()