next_timeslot      59 drivers/platform/chrome/cros_ec_lightbar.c 	unsigned long now, next_timeslot;
next_timeslot      66 drivers/platform/chrome/cros_ec_lightbar.c 	next_timeslot = last_access + lb_interval_jiffies;
next_timeslot      68 drivers/platform/chrome/cros_ec_lightbar.c 	if (time_before(now, next_timeslot)) {
next_timeslot      69 drivers/platform/chrome/cros_ec_lightbar.c 		delay = (long)(next_timeslot) - (long)now;