Home
last modified time | relevance | path

Searched refs:curticks (Results 1 – 2 of 2) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c563 int curticks; in softclock() local
576 curticks = cc->cc_softticks; in softclock()
578 sc = &cc->cc_callwheel[curticks & callwheelmask]; in softclock()
584 if (c->c_time != curticks) { in softclock()
589 cc->cc_bucket = callout_get_bucket(curticks); in softclock()
/f-stack/freebsd/netinet/
H A Dtcp_output.c214 int idle, sendalot, curticks; in tcp_output() local
846 curticks = tcp_ts_getticks(); in tcp_output()
847 to.to_tsval = curticks + tp->ts_offset; in tcp_output()
851 tp->t_badrxtwin = curticks; in tcp_output()