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

/freebsd-11-stable/contrib/amd/amd/
H A Dclock.c73 time_t next_softclock; /* Time of next call to softclock() */ variable
135 if (t < next_softclock)
136 next_softclock = t;
188 next_softclock = cp->c_time = now;
H A Dnfs_start.c189 next_softclock = clocktime(NULL);
224 if (next_softclock <= now) {
229 tvv.tv_sec = next_softclock - now;
H A Damd.h689 extern time_t next_softclock; /* Time to call softclock() */

Completed in 75 milliseconds