Home
last modified time | relevance | path

Searched refs:nstick (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
HDsubr_param.c73 int nstick; /* tick interval in nanoseconds */ variable
205 nstick = 1000000000 / hz; in init_param1()
HDkern_time.c1083 if (ts->tv_sec == 0 && ts->tv_nsec != 0 && ts->tv_nsec < nstick) in itimespecfix()
1084 ts->tv_nsec = nstick; in itimespecfix()
HDkern_clock.c1227 ticks = (int)(sec * hz + howmany((u_long)nsec, nstick)) + 1; in tstohz_high()
1269 ticks = (int)(sec * hz + (u_long)ts->tv_nsec / nstick); in tstohz_low()
/dragonfly/sys/sys/
HDkernel.h79 extern int nstick; /* nsec per tick (1000000000 / hz) */