Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lightbar.c59 unsigned long now, next_timeslot; in lb_throttle() local
66 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()