Searched refs:next_timeslot (Results 1 – 1 of 1) sorted by relevance
59 unsigned long now, next_timeslot; in lb_throttle() local66 next_timeslot = last_access + lb_interval_jiffies; in lb_throttle()68 if (time_before(now, next_timeslot)) { in lb_throttle()69 delay = (long)(next_timeslot) - (long)now; in lb_throttle()