Searched refs:TICKS_TO_MSEC (Results 1 – 5 of 5) sorted by relevance
105 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro249 ticks_to_msec = TICKS_TO_MSEC; in timevar_init()
13448 (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
599 #define TICKS_TO_MSEC(x) ((hz == 1000) ? x : ((((x) * 1000) + (hz - 1)) / hz)) macro
2031 sack->sack_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]); in sctp_getopt()2476 paddrp->spp_hbinterval = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]); in sctp_getopt()2699 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(stcb->asoc.cookie_life); in sctp_getopt()2710 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(inp->sctp_ep.def_cookie_life); in sctp_getopt()3768 sack->sack_delay = TICKS_TO_MSEC(1); in sctp_setopt()
904 asoc->heart_beat_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]); in sctp_init_asoc()982 asoc->delayed_ack = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]); in sctp_init_asoc()