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

/linux-master/block/
H A Dblk-throttle.c69 unsigned int throtl_slice; member in struct:throtl_data
133 * every throtl_slice, the limit scales up 1/2 .low limit till the
141 td->low_upgrade_time + td->scale * td->throtl_slice))
142 td->scale = (jiffies - td->low_upgrade_time) / td->throtl_slice;
580 unsigned long max_expire = jiffies + 8 * sq_to_td(sq)->throtl_slice;
650 tg->slice_end[rw] = jiffies + tg->td->throtl_slice;
663 tg->slice_end[rw] = jiffies + tg->td->throtl_slice;
678 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice);
760 throtl_set_slice_end(tg, rw, jiffies + tg->td->throtl_slice);
763 tg->td->throtl_slice);
[all...]

Completed in 161 milliseconds