Home
last modified time | relevance | path

Searched refs:TICKS_TO_MSEC (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dtimevar.c121 #define TICKS_TO_MSEC (1.0 / TICKS_PER_SECOND) macro
269 ticks_to_msec = TICKS_TO_MSEC; in init_timevar()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_constants.h639 #define TICKS_TO_MSEC(x) ((hz == 1000) ? x : ((((x) * 1000) + (hz - 1)) / hz)) macro
Dsctp_usrreq.c2636 sack->sack_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
3116 paddrp->spp_hbinterval = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]);
3348 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(stcb->asoc.cookie_life);
3359 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(inp->sctp_ep.def_cookie_life);
4574 sack->sack_delay = TICKS_TO_MSEC(1);
Dsctputil.c972 asoc->heart_beat_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]); in sctp_init_asoc()
1050 asoc->delayed_ack = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]); in sctp_init_asoc()
/external/bison/
DChangeLog-201215376 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to