Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h332 short un_busy_throttle; /* saved un_throttle for BUSY */ member
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c16644 if (un->un_busy_throttle == 0) {
16645 un->un_busy_throttle = un->un_throttle;
16649 un->un_busy_throttle = 0;
16718 if (un->un_busy_throttle > 0) {
16719 un->un_throttle = un->un_busy_throttle;
16720 un->un_busy_throttle = 0;