Searched refs:un_min_throttle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h333 short un_min_throttle; /* min value of un_throttle */ member in struct:sd_lun
1222 * This is set to 2 because if un_min_throttle were allowed to be 1 then
1223 * un_throttle would never get set to a value less than un_min_throttle
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4205 un->un_min_throttle = val;
4210 "min throttle set to %d\n", un->un_min_throttle);
4252 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) ||
4253 (un->un_min_throttle > un->un_throttle)) {
4255 un->un_min_throttle = sd_min_throttle;
4818 un->un_min_throttle = prop_list->sdt_min_throttle;
4821 un->un_min_throttle);
4869 (un->un_min_throttle < SD_LOWEST_VALID_THROTTLE) ||
4870 (un->un_min_throttle > un->un_throttle)) {
4872 un->un_min_throttle
[all...]

Completed in 93 milliseconds