Searched refs:jiffy_elapsed_rnd (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-throttle.c690 unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd; local
699 jiffy_elapsed_rnd = roundup(jiffy_elapsed + 1, tg->td->throtl_slice);
700 io_allowed = calculate_io_allowed(iops_limit, jiffy_elapsed_rnd) +
706 jiffy_wait = jiffy_elapsed_rnd - jiffy_elapsed;
716 unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd; local
724 jiffy_elapsed = jiffy_elapsed_rnd = jiffies - tg->slice_start[rw];
728 jiffy_elapsed_rnd = tg->td->throtl_slice;
730 jiffy_elapsed_rnd = roundup(jiffy_elapsed_rnd, tg->td->throtl_slice);
731 bytes_allowed = calculate_bytes_allowed(bps_limit, jiffy_elapsed_rnd)
[all...]

Completed in 171 milliseconds