Searched refs:tick (Results 1 – 10 of 10) sorted by relevance
112 int tick = (1000000 / 100); /* GET RID OF THIS !!! */ variable238 / (tick / 1000); in hzto()257 .tick = tick, in sysctl_clockrate()317 ticks = (sec * 1000000 + (unsigned long)usec + (tick - 1)) in tvtohz()318 / tick + 1; in tvtohz()321 + ((unsigned long)usec + (tick - 1)) / tick + 1; in tvtohz()
278 t = (int)(tmp.tv_sec * hz + tmp.tv_usec / tick); in acct_process()
67 sb->sb_timeo.tv_usec / tick); in fill_sockbuf_info()
2884 ((sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf()
99 extern int tick; /* usec per tick (1000000 / hz) */
197 int tick; /* micro-seconds per hz tick */ member
179 sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf_n()
937 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpf_start_timer()2350 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()2360 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()
99 …ge of individual threads. The load information is updated every scheduler tick and the threads use…159 * Every scheduler tick, snapshot the load for the clutch bucket
224 computed. This is necessary since `ml_get_hwclock()` does not tick across