Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcScsiReadCapacityV2.cc36 #define BUSY_RETRY_TIMER 5000000000ULL /* Retry for 5 seconds */ macro
66 hrtime_t end = start + BUSY_RETRY_TIMER; in Sun_fcScsiReadCapacityV2()
H A DSun_fcScsiReportLUNsV2.cc36 #define BUSY_RETRY_TIMER 5000000000ULL /* Retry for 5 seconds */ macro
66 hrtime_t end = start + BUSY_RETRY_TIMER; in Sun_fcScsiReportLUNsV2()
H A DSun_fcScsiInquiryV2.cc37 #define BUSY_RETRY_TIMER 5000000000ULL /* Retry for 5 seconds */ macro
69 hrtime_t end = start + BUSY_RETRY_TIMER; in Sun_fcScsiInquiryV2()
H A DHBA.cc45 #define BUSY_RETRY_TIMER 3000000000UL /* Retry for 3 seconds */ macro
317 hrtime_t end = start + BUSY_RETRY_TIMER; in _ioctl()
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h97 #define BUSY_RETRY_TIMER 5000000000 /* Retry for 5 seconds */ macro