jiffy_elapsed_rnd  883 block/blk-throttle.c 	unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd;
jiffy_elapsed_rnd  889 block/blk-throttle.c 	jiffy_elapsed_rnd = roundup(jiffy_elapsed + 1, tg->td->throtl_slice);
jiffy_elapsed_rnd  898 block/blk-throttle.c 	tmp = (u64)tg_iops_limit(tg, rw) * jiffy_elapsed_rnd;
jiffy_elapsed_rnd  913 block/blk-throttle.c 	jiffy_wait = jiffy_elapsed_rnd - jiffy_elapsed;
jiffy_elapsed_rnd  925 block/blk-throttle.c 	unsigned long jiffy_elapsed, jiffy_wait, jiffy_elapsed_rnd;
jiffy_elapsed_rnd  928 block/blk-throttle.c 	jiffy_elapsed = jiffy_elapsed_rnd = jiffies - tg->slice_start[rw];
jiffy_elapsed_rnd  932 block/blk-throttle.c 		jiffy_elapsed_rnd = tg->td->throtl_slice;
jiffy_elapsed_rnd  934 block/blk-throttle.c 	jiffy_elapsed_rnd = roundup(jiffy_elapsed_rnd, tg->td->throtl_slice);
jiffy_elapsed_rnd  936 block/blk-throttle.c 	tmp = tg_bps_limit(tg, rw) * jiffy_elapsed_rnd;
jiffy_elapsed_rnd  957 block/blk-throttle.c 	jiffy_wait = jiffy_wait + (jiffy_elapsed_rnd - jiffy_elapsed);