Searched refs:un_busy_timeout (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 341 ushort_t un_busy_timeout; /* Timeout for busy retry */ member
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 3551 un->un_busy_timeout = drv_usectohz(val / 1000); in sd_set_properties() 3556 "busy_timeout set to %d\n", un->un_busy_timeout); in sd_set_properties() 7043 un->un_busy_timeout = SD_BSY_TIMEOUT; in sd_unit_attach() 14430 NULL, NULL, EIO, un->un_busy_timeout / 500, 14480 bp, un->un_busy_timeout / 500); 14498 sd_set_retry_bp(un, bp, un->un_busy_timeout / 500, 15146 retry_delay = un->un_busy_timeout; 15515 NULL, NULL, 0, un->un_busy_timeout, 16855 NULL, EIO, un->un_busy_timeout / 500, kstat_waitq_enter); 16862 NULL, EIO, un->un_busy_timeout / 500, kstat_waitq_enter); [all …]
|