Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-throttle.c44 unsigned int throtl_slice; member
423 unsigned long max_expire = jiffies + 8 * sq_to_td(sq)->throtl_slice; in throtl_schedule_pending_timer()
493 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit()
506 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice()
521 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end()
603 throtl_set_slice_end(tg, rw, jiffies + tg->td->throtl_slice); in throtl_trim_slice()
606 tg->td->throtl_slice); in throtl_trim_slice()
634 rw == READ ? 'R' : 'W', time_elapsed / tg->td->throtl_slice, in throtl_trim_slice()
688 jiffy_elapsed_rnd = roundup(jiffy_elapsed + 1, tg->td->throtl_slice); in tg_within_iops_limit()
720 jiffy_elapsed_rnd = tg->td->throtl_slice; in tg_within_bps_limit()
[all …]