MSEC_2_TICKS
pause("iavf_msec_pause", MSEC_2_TICKS(msecs));
pause("ice_msec_delay", MSEC_2_TICKS(time));
#ifndef MSEC_2_TICKS
pause("i40e_msec_pause", MSEC_2_TICKS(msecs));
int timeout = ticks + MSEC_2_TICKS(ctrlr->ready_timeout_in_ms);
pause("nvmeR", MSEC_2_TICKS(B4_CHK_RDY_DELAY_MS));
int timeout = ticks + MSEC_2_TICKS(ctrlr->device_init_timeout_in_ms);
int timeout = ticks + MSEC_2_TICKS(ctrlr->device_init_timeout_in_ms);
int timeout = ticks + MSEC_2_TICKS(ctrlr->device_init_timeout_in_ms);
timeout = ticks + MSEC_2_TICKS(ctrlr->device_init_timeout_in_ms);
timeout = ticks + MSEC_2_TICKS(ctrlr->uic_cmd_timeout_in_ms);
timeout = ticks + MSEC_2_TICKS(ctrlr->uic_cmd_timeout_in_ms);
timeout = ticks + MSEC_2_TICKS(ctrlr->device_init_timeout_in_ms);
timeout = ticks + MSEC_2_TICKS(ctrlr->uic_cmd_timeout_in_ms);
callout_reset(&peer->p_new_handshake, MSEC_2_TICKS(
MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000),
MSEC_2_TICKS(interval * 1000),
callout_reset(&peer->p_retry_handshake, MSEC_2_TICKS(
MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000),
MSEC_2_TICKS(REJECT_AFTER_TIME * 3 * 1000),
MSEC_2_TICKS(KEEPALIVE_TIMEOUT * 1000),
MSEC_2_TICKS(delaytime), g_nop_pass_timeout,
#define msecs_to_ticks(ms) MSEC_2_TICKS(ms)
MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms),
MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000));
max(MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), rtt_ticks + 2),
MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000));
#define TCPTV_MIN MSEC_2_TICKS(30) /* minimum allowable value */
#define TCPTV_CPU_VAR MSEC_2_TICKS(200) /* cpu variance allowed (200ms) */
#define TCPTV_REXMTMAX MSEC_2_TICKS(64000) /* max allowable REXMT value */
#define TCPTV_DELACK MSEC_2_TICKS(40) /* 40ms timeout */
#define TCPTV_MSL MSEC_2_TICKS(30000) /* max seg lifetime (hah!) */
#define TCPTV_MSL_LOCAL MSEC_2_TICKS(10) /* max seg lifetime for local comm */
#define TCPTV_RTOBASE MSEC_2_TICKS(1000) /* assumed RTO if no info */
#define TCPTV_PERSMIN MSEC_2_TICKS(5000) /* minimum persist interval */
#define TCPTV_PERSMAX MSEC_2_TICKS(60000) /* maximum persist interval */
#define TCPTV_KEEP_INIT MSEC_2_TICKS(75000) /* initial connect keepalive */
#define TCPTV_KEEP_IDLE MSEC_2_TICKS(120*60*1000) /* dflt time before probing */
#define TCPTV_KEEPINTVL MSEC_2_TICKS(75000) /* default probe interval */
#define TCPTV_FINWAIT2_TIMEOUT MSEC_2_TICKS(60000) /* FIN_WAIT_2 timeout if no receiver */
MSEC_2_TICKS(opal_heartbeat_ms));