Lines Matching refs:delta
499 unsigned long delta = expires - clk; in calc_wheel_index() local
502 if (delta < LVL_START(1)) { in calc_wheel_index()
504 } else if (delta < LVL_START(2)) { in calc_wheel_index()
506 } else if (delta < LVL_START(3)) { in calc_wheel_index()
508 } else if (delta < LVL_START(4)) { in calc_wheel_index()
510 } else if (delta < LVL_START(5)) { in calc_wheel_index()
512 } else if (delta < LVL_START(6)) { in calc_wheel_index()
514 } else if (delta < LVL_START(7)) { in calc_wheel_index()
516 } else if (LVL_DEPTH > 8 && delta < LVL_START(8)) { in calc_wheel_index()
518 } else if ((long) delta < 0) { in calc_wheel_index()
2082 u64 delta = (u64)(max - min) * NSEC_PER_USEC; in usleep_range() local
2087 if (!schedule_hrtimeout_range(&exp, delta, HRTIMER_MODE_ABS)) in usleep_range()