Searched refs:next_softclock (Results 1 – 3 of 3) sorted by relevance
75 time_t next_softclock; /* Time of next call to softclock() */ variable137 if (t < next_softclock) in timeout()138 next_softclock = t; in timeout()190 next_softclock = cp->c_time = now; in reschedule_timeouts()
191 next_softclock = clocktime(NULL); in run_rpc()226 if (next_softclock <= now) { in run_rpc()231 tvv.tv_sec = next_softclock - now; in run_rpc()
691 extern time_t next_softclock; /* Time to call softclock() */