Searched refs:next_softclock (Results 1 – 3 of 3) sorted by relevance
73 time_t next_softclock; /* Time of next call to softclock() */ variable135 if (t < next_softclock) in timeout()136 next_softclock = t; in timeout()188 next_softclock = cp->c_time = now; in reschedule_timeouts()
189 next_softclock = clocktime(NULL); in run_rpc()224 if (next_softclock <= now) { in run_rpc()229 tvv.tv_sec = next_softclock - now; in run_rpc()
689 extern time_t next_softclock; /* Time to call softclock() */