Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_ciss_simple.c159 if (smcm->smcm_expiry != 0) { in smrt_preinit_command_simple()
164 if (smcm->smcm_expiry < gethrtime()) { in smrt_preinit_command_simple()
H A Dsmrt_ciss.c418 if (smcm->smcm_expiry == 0) { in smrt_periodic()
425 if (gethrtime() > smcm->smcm_expiry) { in smrt_periodic()
803 if (smcm->smcm_expiry != 0) { in smrt_poll_for()
808 if (smcm->smcm_expiry < gethrtime()) { in smrt_poll_for()
831 if (smcm->smcm_expiry == 0) { in smrt_poll_for()
838 &smrt->smrt_mutex, smcm->smcm_expiry); in smrt_poll_for()
1240 smcm->smcm_expiry = gethrtime() + timeout * NANOSEC; in smrt_ctlr_identify()
1844 smrt->smrt_event_cancel_cmd->smcm_expiry = gethrtime() + in smrt_event_fini()
H A Dsmrt_physical.c166 smcm->smcm_expiry = gethrtime() + timeout * NANOSEC; in smrt_phys_identify()
437 smcm->smcm_expiry = gethrtime() + timeout * NANOSEC; in smrt_phys_discover()
H A Dsmrt_logvol.c230 smcm->smcm_expiry = gethrtime() + timeout * NANOSEC; in smrt_logvol_discover()
H A Dsmrt_hba.c602 smcm->smcm_expiry = gethrtime() + pkt->pkt_time * NANOSEC; in smrt_tran_start()
714 smcm->smcm_expiry = gethrtime() + SMRT_PING_CHECK_TIMEOUT * NANOSEC; in smrt_tran_reset()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt.h571 hrtime_t smcm_expiry; member