Searched refs:slice_end (Results 1 – 1 of 1) sorted by relevance
169 unsigned long slice_end[2]; member788 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit()792 tg->slice_end[rw], jiffies); in throtl_start_new_slice_with_credit()800 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice()807 tg->slice_end[rw], jiffies); in throtl_start_new_slice()813 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end()823 tg->slice_end[rw], jiffies); in throtl_extend_slice()829 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used()841 BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); in throtl_trim_slice()892 tg->slice_start[rw], tg->slice_end[rw], jiffies); in throtl_trim_slice()[all …]