Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h361 timeout_id_t un_reset_throttle_timeid; /* timeout(9F) handle */ member
688 sd_lun::un_reset_throttle_timeid
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5778 if (un->un_reset_throttle_timeid != NULL) { in sd_ddi_suspend()
5779 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_ddi_suspend()
5780 un->un_reset_throttle_timeid = NULL; in sd_ddi_suspend()
7892 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_attach()
7893 timeout_id_t temp_id = un->un_reset_throttle_timeid; in sd_unit_attach()
7894 un->un_reset_throttle_timeid = NULL; in sd_unit_attach()
8087 if (un->un_reset_throttle_timeid != NULL) { in sd_unit_detach()
8089 un->un_reset_throttle_timeid = NULL; in sd_unit_detach()
15874 if (un->un_reset_throttle_timeid == NULL) {
15911 un->un_reset_throttle_timeid = NULL;
[all …]