Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c208 unsigned int throtl_slice; member
290 td->low_upgrade_time + td->scale * td->throtl_slice)) in throtl_adjusted_limit()
291 td->scale = (jiffies - td->low_upgrade_time) / td->throtl_slice; in throtl_adjusted_limit()
715 unsigned long max_expire = jiffies + 8 * sq_to_td(sq)->throtl_slice; in throtl_schedule_pending_timer()
783 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit()
795 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice()
805 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end()
851 throtl_set_slice_end(tg, rw, jiffies + tg->td->throtl_slice); in throtl_trim_slice()
855 nr_slices = time_elapsed / tg->td->throtl_slice; in throtl_trim_slice()
859 tmp = tg_bps_limit(tg, rw) * tg->td->throtl_slice * nr_slices; in throtl_trim_slice()
[all …]