Home
last modified time | relevance | path

Searched refs:un_reset_throttle_timeid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h334 timeout_id_t un_reset_throttle_timeid; /* timeout(9F) handle */ member
661 sd_lun::un_reset_throttle_timeid
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6252 if (un->un_reset_throttle_timeid != NULL) { in sd_ddi_suspend()
6253 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_ddi_suspend()
6254 un->un_reset_throttle_timeid = NULL; in sd_ddi_suspend()
8457 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_attach()
8458 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_unit_attach()
8459 un->un_reset_throttle_timeid = NULL; in sd_unit_attach()
8671 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_detach()
8672 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_unit_detach()
8673 un->un_reset_throttle_timeid = NULL; in sd_unit_detach()
16664 if (un->un_reset_throttle_timeid == NULL) {
[all …]