Searched refs:nstick (Results 1 – 4 of 4) sorted by relevance
73 int nstick; /* tick interval in nanoseconds */ variable205 nstick = 1000000000 / hz; in init_param1()
1083 if (ts->tv_sec == 0 && ts->tv_nsec != 0 && ts->tv_nsec < nstick) in itimespecfix()1084 ts->tv_nsec = nstick; in itimespecfix()
1227 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()
79 extern int nstick; /* nsec per tick (1000000000 / hz) */