Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c502 un->un_throttle = 2; in dcdattach()
688 un->un_throttle = 0; in dcddetach()
1041 un->un_throttle = 2; in dcd_doattach()
1998 ASSERT(un->un_throttle >= 0); in dcdstrategy()
2025 if ((un->un_ncmds < un->un_throttle) && in dcdstrategy()
2126 if ((un->un_ncmds < un->un_throttle) && in dcdstart()
2183 if ((un->un_ncmds < un->un_throttle) && in dcdstart()
2214 if ((un->un_ncmds < un->un_throttle) && in dcdstart()
2535 if (un->un_ncmds >= un->un_throttle) { in dcdintr()
2924 un->un_throttle = 0; in dcddump()
[all …]
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h143 short un_throttle; /* This is used for throttling if */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1488 un->un_throttle = in st_detach()
1526 un->un_throttle = 0; in st_detach()
6483 if ((un->un_throttle <= 0) || (un->un_ncmds >= un->un_throttle)) { in st_start()
9840 if (un->un_throttle) { in st_intr()
9842 un->un_throttle = 0; in st_intr()
9888 if (un->un_throttle) { in st_intr()
10168 un->un_throttle = 0; in st_handle_intr_busy()
11343 if (un->un_throttle) { in st_handle_intr_retry_lcmd()
11345 un->un_throttle = 0; in st_handle_intr_retry_lcmd()
11724 if (un->un_throttle) { in st_set_state()
[all …]
H A Dsd.c7261 min(un->un_throttle, 3); in sd_unit_attach()
14004 ASSERT(un->un_throttle >= 0);
15845 if (un->un_throttle > 1) {
15866 un->un_throttle = 1;
15936 un->un_throttle =
15970 un, un->un_throttle);
18372 un->un_throttle = min(un->un_throttle, 3);
18374 un->un_throttle = 1;
24542 un->un_throttle = min(un->un_throttle, 3);
24544 un->un_throttle = 1;
[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
H A Dsddef.h357 short un_throttle; /* max #cmds allowed in transport */ member