Searched refs:SEC_TO_TICK (Results 26 - 50 of 53) sorted by relevance

123

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c776 if ((ticks = SEC_TO_TICK((longlong_t)fxparmsp->fx_tqsecs) +
878 if ((ticks = SEC_TO_TICK((longlong_t)secs) +
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1800 uri->expire = ddi_get_lbolt() + SEC_TO_TICK(http->expire -
1804 uri->expire = ddi_get_lbolt() + SEC_TO_TICK(nl7c_uri_ttl);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c1165 if (SEC_TO_TICK(*i1) < 0) {
1170 sctp->sctp_autoclose = SEC_TO_TICK(*i1);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c946 if (isp->sess_rx_lbolt + SEC_TO_TICK(iscsi_rx_max_window) <
970 if (isp->sess_rx_lbolt + SEC_TO_TICK(iscsi_rx_window) <
2781 delay(SEC_TO_TICK(
3088 delay(SEC_TO_TICK(ISCSI_DISC_DELAY));
3142 delay(SEC_TO_TICK(ISCSI_DISC_DELAY));
3264 delay(SEC_TO_TICK(ISCSI_DISC_DELAY));
H A Discsi_io.c1783 tout = SEC_TO_TICK(1);
3402 rc = iscsi_thread_wait(thread, SEC_TO_TICK(1));
3549 SEC_TO_TICK(iscsi_nop_delay)) && (ddi_get_lbolt() >
3551 SEC_TO_TICK(iscsi_nop_delay))) {
3575 SEC_TO_TICK(ISCSI_CONN_TIEMOUT_DETECT)) {
H A Dnvfile.c85 #define NVF_FLUSH_BACKOFF_DELAY (SEC_TO_TICK(300)) /* re-try flush in 5 min */
H A Discsi_sess.c435 SEC_TO_TICK(isp->sess_storm_delay)) {
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c894 SEC_TO_TICK(ic->ic_conn_params.conn_login_interval);
926 delay(SEC_TO_TICK(IN_PROGRESS_DELAY));
933 SEC_TO_TICK(ic->ic_conn_params.conn_login_interval);
H A Didm_impl.c1098 clock_t wake_time = SEC_TO_TICK(IDM_WD_INTERVAL);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c866 SEC_TO_TICK(table->dbt_id_reap), TR_CLOCK_TICK);
H A Dnfs4_vfsops.c3379 delay(SEC_TO_TICK(lease_time + nfs4_retry_sclid_delay));
3382 delay(SEC_TO_TICK(nfs4_retry_sclid_delay));
H A Dnfs4_client.c3274 tick_delay = SEC_TO_TICK(kip_secs);
3315 tick_delay = SEC_TO_TICK(kip_secs);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1442 fastreboot_onpanic_uptime = SEC_TO_TICK(10 * 60);
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1085 cmd->timeout_lbolt = ddi_get_lbolt() + SEC_TO_TICK(pkt->pkt_time);
1715 SEC_TO_TICK(1), TR_CLOCK_TICK) > 0) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c4532 SEC_TO_TICK(rib_conn_timeout - idle_time));
4547 SEC_TO_TICK(RDMA_CONN_REAP_RETRY));
4594 SEC_TO_TICK(rib_conn_timeout));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c1412 SEC_TO_TICK(IPMP_ILL_REFRESH_TIMEOUT));
H A Dip_ndp.c4116 if (elapsed > SEC_TO_TICK(defend_period)) {
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1721 SEC_TO_TICK(5), TR_CLOCK_TICK) == -1) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c1476 delay(SEC_TO_TICK(1));
H A Dsmb_server.c2070 ticks = SEC_TO_TICK(seconds);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c380 SEC_TO_TICK(ibd_rc_conn_timeout));
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5692 SEC_TO_TICK(mac_logging_interval));
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c5220 wait_time = SEC_TO_TICK(ZONE_DESTROY_TIMEOUT_SECS);
H A Ddevcfg.c7410 ASSERT(timeout < SEC_TO_TICK(1800));
H A Dstrsubr.c3692 SEC_TO_TICK(60), TR_CLOCK_TICK);

Completed in 269 milliseconds

123