Searched refs:slice_end (Results 1 – 1 of 1) sorted by relevance
169 unsigned long slice_end[2]; member794 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit()798 tg->slice_end[rw], jiffies); in throtl_start_new_slice_with_credit()806 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice()813 tg->slice_end[rw], jiffies); in throtl_start_new_slice()819 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end()829 tg->slice_end[rw], jiffies); in throtl_extend_slice()835 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used()847 BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); in throtl_trim_slice()898 tg->slice_start[rw], tg->slice_end[rw], jiffies); in throtl_trim_slice()[all …]