Searched refs:slice_end (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/block/ |
| D | blk-throttle.c | 168 unsigned long slice_end[2]; member 774 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit() 778 tg->slice_end[rw], jiffies); in throtl_start_new_slice_with_credit() 786 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice() 790 tg->slice_end[rw], jiffies); in throtl_start_new_slice() 796 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end() 802 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_extend_slice() 806 tg->slice_end[rw], jiffies); in throtl_extend_slice() 812 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used() 824 BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); in throtl_trim_slice() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | jit.c | 1231 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()
|