Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dclock.c73 time_t next_softclock; /* Time of next call to softclock() */ variable
135 if (t < next_softclock) in timeout()
136 next_softclock = t; in timeout()
188 next_softclock = cp->c_time = now; in reschedule_timeouts()
H A Dnfs_start.c189 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()
H A Damd.h689 extern time_t next_softclock; /* Time to call softclock() */