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

/netbsd-current/sys/netinet/
H A Ddccp_tfrc.c274 long t_ticks; local
286 t_ticks = (t_temp.tv_usec + 1000000 * t_temp.tv_sec) / (1000000 / hz);
287 if (t_ticks == 0) t_ticks = 1;
290 "TFRC scheduled send timer to expire in %ld ticks (hz=%lu)\n", t_ticks, (unsigned long)hz));
292 callout_reset(&cb->ch_stimer, t_ticks, tfrc_time_send, cb);

Completed in 113 milliseconds