Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c83 static int ns2ms(int64_t ns);
822 if ((m < 0) || (ns2ms(m) > PROBE_STATS_COUNT * pg->pg_probeint)) { in incoming_echo_reply()
1273 new_crtt = ns2ms(compute_crtt(&sa, &sv, m)); in pi_set_crtt()
1300 tg->tg_crtt = ns2ms(compute_crtt(&tg->tg_rtt_sa, in pi_set_crtt()
1604 cur_time = ns2ms(cur_hrtime); in phyint_inst_timer()
1771 timeout = ns2ms(pr_statp->pr_hrtime_start); in phyint_inst_timer()
2328 timeout = ns2ms(pr_statp->pr_hrtime_start); in probe_success_info()
2374 ns2ms(pr_statp->pr_hrtime_ackproc); in probe_success_info()
2459 timeout = ns2ms(pr_statp->pr_hrtime_start); in probe_fail_info()
2727 ns2ms(int64_t ns) in ns2ms() function