Home | History | Annotate | Download | only in init

Lines Matching refs:next_start

912     boot_clock::time_point next_start = time_started_ + 5s;
913 if (now > next_start) {
920 time_t(std::chrono::duration_cast<std::chrono::seconds>(next_start - now).count());