Searched refs:un_reset_throttle_timeid (Results 1 – 2 of 2) sorted by relevance
334 timeout_id_t un_reset_throttle_timeid; /* timeout(9F) handle */ member661 sd_lun::un_reset_throttle_timeid
6252 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 …]