Searched refs:TICK_TO_MSEC (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c104 timout = TICK_TO_MSEC(timo);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c179 infop->spinfo_srtt = TICK_TO_MSEC(fp->sf_srtt);
180 infop->spinfo_rto = TICK_TO_MSEC(fp->sf_rto);
195 srto->srto_initial = TICK_TO_MSEC(sctp->sctp_rto_initial);
196 srto->srto_max = TICK_TO_MSEC(sctp->sctp_rto_max);
197 srto->srto_min = TICK_TO_MSEC(sctp->sctp_rto_min);
277 sap->sasoc_cookie_life = TICK_TO_MSEC(sctp->sctp_cookie_lifetime);
338 si->sinit_max_init_timeo = TICK_TO_MSEC(sctp->sctp_rto_max_init);
442 spp->spp_hbinterval = TICK_TO_MSEC(fp->sf_hb_interval);
445 spp->spp_hbinterval = TICK_TO_MSEC(sctp->sctp_hb_interval);
H A Dsctp_notify.c190 sfp->ssf_info.sinfo_timetolive = TICK_TO_MSEC(smh->smh_ttl);
H A Dsctp_snmp.c676 sce.sctpAssocHeartBeatInterval = TICK_TO_MSEC(
744 scre.sctpAssocRemAddrRTO = TICK_TO_MSEC(fp->sf_rto);
H A Dsctp_common.c258 uinfo.iulp_rtt = TICK_TO_MSEC(fp->sf_srtt);
259 uinfo.iulp_rtt_sd = TICK_TO_MSEC(fp->sf_rttvar);
H A Dsctp_input.c3814 TICK_TO_MSEC(now -
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c265 return (TICK_TO_MSEC(delta));
450 idletime = TICK_TO_MSEC(ddi_get_lbolt() - tcp->tcp_last_recv_time);
762 TICK_TO_MSEC(time_to_wait);
951 (TICK_TO_MSEC(ddi_get_lbolt() - tcp->tcp_last_recv_time) >
H A Dtcp_socket.c1121 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() -
H A Dtcp_output.c374 (TICK_TO_MSEC(now - tcp->tcp_last_recv_time) >= tcp->tcp_rto)) {
1192 (TICK_TO_MSEC(now - tcp->tcp_last_recv_time) >= tcp->tcp_rto)) {
3264 if (TICK_TO_MSEC(now - tcps->tcps_last_rst_intrvl) >
H A Dtcp_tpi.c2023 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() -
H A Dtcp_input.c5221 long m = TICK_TO_MSEC(rtt);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip2mac.c241 delta = TICK_TO_MSEC(ddi_get_lbolt64()) - ncec->ncec_last;
259 delta = TICK_TO_MSEC(ddi_get_lbolt64()) - ncec->ncec_last;
H A Dip_ndp.c2702 ncec->ncec_last = TICK_TO_MSEC(ddi_get_lbolt64());
4621 TICK_TO_MSEC(ddi_get_lbolt64());
4625 ncec->ncec_init_time = TICK_TO_MSEC(ddi_get_lbolt64());
H A Digmp.c117 #define CURRENT_MSTIME ((uint_t)TICK_TO_MSEC(ddi_get_lbolt()))
H A Dip.c2927 clock_t now = TICK_TO_MSEC(ddi_get_lbolt());
14610 ncec->ncec_last = TICK_TO_MSEC(now);
14629 delta = TICK_TO_MSEC(now) - ncec->ncec_last;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c584 "timeout: %d", (int)TICK_TO_MSEC(lom_dogtime)));
672 (int)TICK_TO_MSEC(ddi_get_lbolt64())));
703 (int)TICK_TO_MSEC(ntwdt_state->ntwdt_time_remaining)));
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h279 #define TICK_TO_MSEC(tick) \ macro
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c1097 nat[j].create_time = TICK_TO_MSEC(cur_connp->conn_cr_time);
1099 TICK_TO_MSEC(cur_connp->conn_c2s_atime);
1516 st[j].expiry_time = TICK_TO_MSEC(curp->expiry);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c2200 TICK_TO_MSEC(now - mir->mir_use_timestamp);
2205 "to %d (ms)\n", TICK_TO_MSEC(now),
2206 TICK_TO_MSEC(mir->mir_use_timestamp),
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c1022 *(int *)datap->b_wptr = TICK_TO_MSEC(kbtrans_repeat_delay);
1061 *(int *)datap->b_wptr = TICK_TO_MSEC(kbtrans_repeat_rate);
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c862 *(int *)datap->b_wptr = TICK_TO_MSEC(kbd_repeatdelay);
899 *(int *)datap->b_wptr = TICK_TO_MSEC(kbd_repeatrate);
H A Dwinlockio.c1266 wlt.sy_timeout = TICK_TO_MSEC(lp->timeout);
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c339 if (TICK_TO_MSEC(waited) >= sqp->sq_wait) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2491 " after %dms. serr: 0x%x", TICK_TO_MSEC(ddi_get_lbolt() -
5430 if (TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time) >=
5436 TICK_TO_MSEC(ddi_get_lbolt() -
5475 TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time));
5563 if (TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time) >
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3235 timout = TICK_TO_MSEC(so->so_rcvtimeo);

Completed in 201 milliseconds

12