Searched refs:jiffy_elapsed_rnd (Results 1 – 1 of 1) sorted by relevance
679 unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd; in tg_within_iops_limit() local688 jiffy_elapsed_rnd = roundup(jiffy_elapsed + 1, tg->td->throtl_slice); in tg_within_iops_limit()689 io_allowed = calculate_io_allowed(iops_limit, jiffy_elapsed_rnd) + in tg_within_iops_limit()695 jiffy_wait = jiffy_elapsed_rnd - jiffy_elapsed; in tg_within_iops_limit()708 unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd; in tg_within_bps_limit() local716 jiffy_elapsed = jiffy_elapsed_rnd = jiffies - tg->slice_start[rw]; in tg_within_bps_limit()720 jiffy_elapsed_rnd = tg->td->throtl_slice; in tg_within_bps_limit()722 jiffy_elapsed_rnd = roundup(jiffy_elapsed_rnd, tg->td->throtl_slice); in tg_within_bps_limit()723 bytes_allowed = calculate_bytes_allowed(bps_limit, jiffy_elapsed_rnd) + in tg_within_bps_limit()739 jiffy_wait = jiffy_wait + (jiffy_elapsed_rnd - jiffy_elapsed); in tg_within_bps_limit()