Searched refs:un_throttle (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h143 short un_throttle; /* This is used for throttling if */ member in struct:dcd_disk
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c502 un->un_throttle = 2;
688 un->un_throttle = 0;
1041 un->un_throttle = 2;
1996 un->un_ncmds, un->un_throttle, (void *)dp->b_forw);
1998 ASSERT(un->un_throttle >= 0);
1999 if ((un->un_ncmds < un->un_throttle) && (dp->b_forw == NULL)) {
2025 if ((un->un_ncmds < un->un_throttle) &&
2041 * (un->un_ncmds < un->un_throttle)
2126 if ((un->un_ncmds < un->un_throttle) &&
2183 if ((un->un_ncmds < un->un_throttle)
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c907 un->un_throttle = un->un_max_throttle;
1038 un->un_max_throttle = un->un_throttle = un->un_last_throttle = 1;
1044 un->un_throttle, un->un_max_throttle);
1488 un->un_throttle =
1526 un->un_throttle = 0;
3729 un->un_throttle = 1; /* assume one request at time, for now */
4926 ASSERT(un->un_throttle != 0);
4927 un->un_throttle = 1; /* > 1 will never happen here */
6481 * Don't send more than un_throttle commands to the HBA
6483 if ((un->un_throttle <
[all...]
H A Dsd.c4195 un->un_saved_throttle = un->un_throttle = val;
4200 "throttle set to %d\n", un->un_throttle);
4251 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) ||
4253 (un->un_min_throttle > un->un_throttle)) {
4254 un->un_saved_throttle = un->un_throttle = sd_max_throttle;
4724 un->un_saved_throttle = un->un_throttle =
4868 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) ||
4870 (un->un_min_throttle > un->un_throttle)) {
4871 un->un_saved_throttle = un->un_throttle = sd_max_throttle;
6377 * state goes through sddump, which writes 0 to un_throttle
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h995 uchar_t un_throttle; /* curr. max number of cmds outst. */ member in struct:scsi_tape
H A Dsddef.h330 short un_throttle; /* max #cmds allowed in transport */ member in struct:sd_lun
331 short un_saved_throttle; /* saved value of un_throttle */
332 short un_busy_throttle; /* saved un_throttle for BUSY */
333 short un_min_throttle; /* min value of un_throttle */
1223 * un_throttle would never get set to a value less than un_min_throttle

Completed in 141 milliseconds