Searched refs:slice_end (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-throttle.c | 650 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice_with_credit() 654 tg->slice_end[rw], jiffies); in throtl_start_new_slice_with_credit() 663 tg->slice_end[rw] = jiffies + tg->td->throtl_slice; in throtl_start_new_slice() 672 tg->slice_end[rw], jiffies); in throtl_start_new_slice() 678 tg->slice_end[rw] = roundup(jiffy_end, tg->td->throtl_slice); in throtl_set_slice_end() 688 tg->slice_end[rw], jiffies); in throtl_extend_slice() 694 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used() 742 BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); in throtl_trim_slice() 792 bytes_trim, io_trim, tg->slice_start[rw], tg->slice_end[rw], in throtl_trim_slice() 936 if (time_before(tg->slice_end[rw], in tg_may_dispatch() [all …]
|
H A D | blk-throttle.h | 139 unsigned long slice_end[2]; member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A 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()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 15290 - int slice_end = (td->h * (jobnr+1)) / nb_jobs; 15292 + int slice_end = job_start(jobnr + 1, nb_jobs, td->h); 15295 for (y = slice_start; y < slice_end; y++) { 15300 + } else if (s->filter_line3 && y + 2 < slice_end && y + 6 < td->h) {
|