Home
last modified time | relevance | path

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

/linux/block/
A Dblk-throttle.c647 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit()
651 tg->slice_end[rw], jiffies); in throtl_start_new_slice_with_credit()
659 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice()
666 tg->slice_end[rw], jiffies); in throtl_start_new_slice()
672 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end()
682 tg->slice_end[rw], jiffies); in throtl_extend_slice()
688 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used()
700 BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); in throtl_trim_slice()
751 tg->slice_start[rw], tg->slice_end[rw], jiffies); in throtl_trim_slice()
889 if (time_before(tg->slice_end[rw], in tg_may_dispatch()
[all …]
A Dblk-throttle.h123 unsigned long slice_end[2]; member
/linux/drivers/net/ethernet/netronome/nfp/bpf/
A Djit.c1231 u32 slice_end; in mem_op_stack() local
1235 slice_end = min(off + slice_size, round_up(off + 1, 4)); in mem_op_stack()
1236 slice_size = slice_end - off; in mem_op_stack()

Completed in 21 milliseconds