Home
last modified time | relevance | path

Searched refs:next_timeslot (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_lightbar.c73 unsigned long now, next_timeslot; in lb_throttle() local
80 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()