Searched refs:softclock (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/amd/amd/
H A Dclock.c73 time_t next_softclock; /* Time of next call to softclock() */
198 softclock(void) function
H A Dnfs_start.c227 tvv.tv_sec = softclock();
H A Damd.h653 extern int softclock(void);
689 extern time_t next_softclock; /* Time to call softclock() */
/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c84 "Average number of items examined per softclock call. Units = 1/1000");
87 "Average number of Giant callouts made per softclock call. Units = 1/1000");
90 "Average number of lock callouts made per softclock call. Units = 1/1000");
93 "Average number of MP callouts made per softclock call. Units = 1/1000");
206 * The softclock() function sets this to 0 before it
351 * Start standard softclock thread.
362 if (swi_add(&clk_intr_event, "clock", softclock, cc, SWI_CLOCK,
372 if (swi_add(NULL, "clock", softclock, cc, SWI_CLOCK,
806 softclock(void *arg) function
1262 * will be packed up, just let softclock()
[all...]
/freebsd-10-stable/sys/sys/
H A Dsystm.h288 void softclock(void *);

Completed in 80 milliseconds