Searched defs:sd_restore_throttle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c996 #define sd_restore_throttle ssd_restore_throttle macro
1427 static void sd_restore_throttle(void *arg);
16665 un->un_reset_throttle_timeid = timeout(sd_restore_throttle,
16678 * Function: sd_restore_throttle
16689 sd_restore_throttle(void *arg) function
16698 SD_TRACE(SD_LOG_IO | SD_LOG_ERROR, un, "sd_restore_throttle: "
16731 timeout(sd_restore_throttle,
16747 SD_TRACE(SD_LOG_IO | SD_LOG_ERROR, un, "sd_restore_throttle: "
16754 "sd_restore_throttle: calling sd_start_cmds!\n");
16759 "sd_restore_throttle
[all...]

Completed in 114 milliseconds