Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dclock.c75 time_t next_softclock; /* Time of next call to softclock() */ variable
137 if (t < next_softclock) in timeout()
138 next_softclock = t; in timeout()
190 next_softclock = cp->c_time = now; in reschedule_timeouts()
H A Dnfs_start.c191 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()
H A Damd.h691 extern time_t next_softclock; /* Time to call softclock() */