Searched refs:next_timeslot (Results 1 – 1 of 1) sorted by relevance
73 unsigned long now, next_timeslot; in lb_throttle() local80 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()82 if (time_before(now, next_timeslot)) { in lb_throttle()83 delay = (long)(next_timeslot) - (long)now; in lb_throttle()