Lines Matching defs:step
1237 * Follow up in one step.
1298 unsigned long step;
1360 * limit the step size.
1381 * |task_ratelimit - dirty_ratelimit| is used to limit the step size
1387 step = 0;
1393 * Hence, to calculate "step" properly, we have to use wb_dirty as
1412 step = x - dirty_ratelimit;
1417 step = dirty_ratelimit - x;
1425 shift = dirty_ratelimit / (2 * step + 1);
1427 step = DIV_ROUND_UP(step >> shift, 8);
1429 step = 0;
1432 dirty_ratelimit += step;
1434 dirty_ratelimit -= step;