Home
last modified time | relevance | path

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

/linux/block/
A Dblk-throttle.c644 if (time_after_eq(start, tg->slice_start[rw])) in throtl_start_new_slice_with_credit()
645 tg->slice_start[rw] = start; in throtl_start_new_slice_with_credit()
650 rw == READ ? 'R' : 'W', tg->slice_start[rw], in throtl_start_new_slice_with_credit()
658 tg->slice_start[rw] = jiffies; in throtl_start_new_slice()
665 rw == READ ? 'R' : 'W', tg->slice_start[rw], in throtl_start_new_slice()
681 rw == READ ? 'R' : 'W', tg->slice_start[rw], in throtl_extend_slice()
720 time_elapsed = jiffies - tg->slice_start[rw]; in throtl_trim_slice()
746 tg->slice_start[rw] += nr_slices * tg->td->throtl_slice; in throtl_trim_slice()
751 tg->slice_start[rw], tg->slice_end[rw], jiffies); in throtl_trim_slice()
768 jiffy_elapsed = jiffies - tg->slice_start[rw]; in tg_with_in_iops_limit()
[all …]
A Dblk-throttle.h122 unsigned long slice_start[2]; member
/linux/fs/reiserfs/
A Dbitmap.c1008 b_blocknr_t slice_start; in hundredth_slices() local
1010 slice_start = in hundredth_slices()
1012 if (slice_start > hint->search_start in hundredth_slices()
1013 || slice_start + (hint->end / 100) <= hint->search_start) { in hundredth_slices()
1014 hint->search_start = slice_start; in hundredth_slices()

Completed in 14 milliseconds