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()
1996 un->un_ncmds, un->un_throttle, (void *)dp->b_forw); in dcdstrategy()
1998 ASSERT(un->un_throttle >= 0); in dcdstrategy()
1999 if ((un->un_ncmds < un->un_throttle) && (dp->b_forw == NULL)) { 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()
[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.c907 un->un_throttle = un->un_max_throttle; in st_attach()
1038 un->un_max_throttle = un->un_throttle = un->un_last_throttle = 1; in st_attach()
1044 un->un_throttle, un->un_max_throttle); in st_attach()
1488 un->un_throttle = in st_detach()
1526 un->un_throttle = 0; in st_detach()
3729 un->un_throttle = 1; /* assume one request at time, for now */ in st_close()
4926 ASSERT(un->un_throttle != 0); in st_ioctl()
4927 un->un_throttle = 1; /* > 1 will never happen here */ in st_ioctl()
6483 if ((un->un_throttle <= 0) || (un->un_ncmds >= un->un_throttle)) { in st_start()
6490 un->un_throttle, un->un_ncmds); in st_start()
[all …]
H A Dsd.c3663 un->un_saved_throttle = un->un_throttle = val; in sd_set_properties()
3668 "throttle set to %d\n", un->un_throttle); in sd_set_properties()
3719 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_properties()
3721 (un->un_min_throttle > un->un_throttle)) { in sd_set_properties()
3722 un->un_saved_throttle = un->un_throttle = sd_max_throttle; in sd_set_properties()
4192 un->un_saved_throttle = un->un_throttle = in sd_set_vers1_properties()
4336 if ((un->un_throttle < SD_LOWEST_VALID_THROTTLE) || in sd_set_vers1_properties()
4338 (un->un_min_throttle > un->un_throttle)) { in sd_set_vers1_properties()
4339 un->un_saved_throttle = un->un_throttle = sd_max_throttle; in sd_set_vers1_properties()
5910 un->un_throttle = un->un_saved_throttle; in sd_ddi_resume()
[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