Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c184 infop->spinfo_srtt = TICK_TO_MSEC(fp->sf_srtt); in sctp_get_paddrinfo()
185 infop->spinfo_rto = TICK_TO_MSEC(fp->sf_rto); in sctp_get_paddrinfo()
200 srto->srto_initial = TICK_TO_MSEC(sctp->sctp_rto_initial); in sctp_get_rtoinfo()
201 srto->srto_max = TICK_TO_MSEC(sctp->sctp_rto_max); in sctp_get_rtoinfo()
202 srto->srto_min = TICK_TO_MSEC(sctp->sctp_rto_min); in sctp_get_rtoinfo()
282 sap->sasoc_cookie_life = TICK_TO_MSEC(sctp->sctp_cookie_lifetime); in sctp_get_assocparams()
343 si->sinit_max_init_timeo = TICK_TO_MSEC(sctp->sctp_rto_max_init); in sctp_get_initmsg()
447 spp->spp_hbinterval = TICK_TO_MSEC(fp->sf_hb_interval); in sctp_get_peer_addr_params()
450 spp->spp_hbinterval = TICK_TO_MSEC(sctp->sctp_hb_interval); in sctp_get_peer_addr_params()
H A Dsctp_notify.c190 sfp->ssf_info.sinfo_timetolive = TICK_TO_MSEC(smh->smh_ttl); in sctp_sendfail()
H A Dsctp_snmp.c689 sce.sctpAssocHeartBeatInterval = TICK_TO_MSEC( in sctp_snmp_get_mib2()
757 scre.sctpAssocRemAddrRTO = TICK_TO_MSEC(fp->sf_rto); in sctp_snmp_get_mib2()
H A Dsctp_common.c258 uinfo.iulp_rtt = TICK_TO_MSEC(fp->sf_srtt); in sctp_update_dce()
259 uinfo.iulp_rtt_sd = TICK_TO_MSEC(fp->sf_rttvar); in sctp_update_dce()
H A Dsctp_input.c3824 TICK_TO_MSEC(now - in sctp_input_data()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c102 timout = TICK_TO_MSEC(timo); in t_kspoll()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c584 "timeout: %d", (int)TICK_TO_MSEC(lom_dogtime))); in ntwdt_ioctl()
672 (int)TICK_TO_MSEC(ddi_get_lbolt64()))); in ntwdt_cyclic_softint()
703 (int)TICK_TO_MSEC(ntwdt_state->ntwdt_time_remaining))); in ntwdt_cyclic_softint()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip2mac.c241 delta = TICK_TO_MSEC(ddi_get_lbolt64()) - ncec->ncec_last; in ip2mac()
259 delta = TICK_TO_MSEC(ddi_get_lbolt64()) - ncec->ncec_last; in ip2mac()
H A Dip_ndp.c2936 ncec->ncec_last = TICK_TO_MSEC(ddi_get_lbolt64()); in nce_update()
4866 TICK_TO_MSEC(ddi_get_lbolt64()); in nce_add_common()
4870 ncec->ncec_init_time = TICK_TO_MSEC(ddi_get_lbolt64()); in nce_add_common()
H A Digmp.c117 #define CURRENT_MSTIME ((uint_t)TICK_TO_MSEC(ddi_get_lbolt()))
H A Dip.c2952 clock_t now = TICK_TO_MSEC(ddi_get_lbolt()); in icmp_err_rate_limit()
14692 ncec->ncec_last = TICK_TO_MSEC(now); in ip_xmit()
14711 delta = TICK_TO_MSEC(now) - ncec->ncec_last; in ip_xmit()
H A Dip_if.c2565 if (TICK_TO_MSEC(now - ill->ill_last_frag_clean_time) <= in ill_frag_prune()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c265 return (TICK_TO_MSEC(delta)); in tcp_timeout_cancel()
450 idletime = TICK_TO_MSEC(ddi_get_lbolt() - tcp->tcp_last_recv_time); in tcp_keepalive_timer()
922 (TICK_TO_MSEC(ddi_get_lbolt() - tcp->tcp_last_recv_time) > in tcp_timer()
H A Dtcp_output.c389 (TICK_TO_MSEC(now - tcp->tcp_last_recv_time) >= tcp->tcp_rto)) { in tcp_wput_data()
1212 (TICK_TO_MSEC(now - tcp->tcp_last_recv_time) >= tcp->tcp_rto)) { in tcp_output()
3367 if (TICK_TO_MSEC(now - tcps->tcps_last_rst_intrvl) > in tcp_send_rst_chk()
H A Dtcp_socket.c1128 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() - in tcp_newconn_notify()
H A Dtcp_tpi.c2030 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() - in tcp_send_conn_ind()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c292 timout = TICK_TO_MSEC(timo); in t_kspoll()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h284 #define TICK_TO_MSEC(tick) \ macro
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c2210 TICK_TO_MSEC(now - mir->mir_use_timestamp); in mir_timer()
2215 "to %d (ms)\n", TICK_TO_MSEC(now), in mir_timer()
2216 TICK_TO_MSEC(mir->mir_use_timestamp), in mir_timer()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c1106 nat[j].create_time = TICK_TO_MSEC(cur_connp->conn_cr_time); in ilb_list_nat()
1108 TICK_TO_MSEC(cur_connp->conn_c2s_atime); in ilb_list_nat()
1525 st[j].expiry_time = TICK_TO_MSEC(curp->expiry); in ilb_list_sticky()
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c1054 *(int *)datap->b_wptr = TICK_TO_MSEC(kbtrans_repeat_delay); in kbtrans_ioctl()
1093 *(int *)datap->b_wptr = TICK_TO_MSEC(kbtrans_repeat_rate); in kbtrans_ioctl()
/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() - in nv_reset()
5430 if (TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time) >= in nv_monitor_reset()
5436 TICK_TO_MSEC(ddi_get_lbolt() - in nv_monitor_reset()
5475 TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time)); in nv_monitor_reset()
5563 if (TICK_TO_MSEC(ddi_get_lbolt() - nvp->nvp_reset_time) > in nv_monitor_reset()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3036 timout = TICK_TO_MSEC(so->so_rcvtimeo); in sotpi_recvmsg()