Lines Matching refs:throttle

269  * Timer value used to reset the throttle after it has been reduced
593 * This is the table of disks which need throttle adjustment (or, perhaps
4193 if (strcasecmp(name, "throttle-max") == 0) {
4200 "throttle set to %d\n", un->un_throttle);
4203 if (strcasecmp(name, "throttle-min") == 0) {
4210 "min throttle set to %d\n", un->un_min_throttle);
4248 * Validate the throttle values.
4312 "sd_get_tunables_from_conf: throttle = %d\n",
4721 /* Support for user throttle configuration */
4727 "sd_set_vers1_properties: throttle set to %d\n",
4820 "sd_set_vers1_properties: min throttle set to %d\n",
4865 * Validate the throttle values.
6373 * Note: throttle comes back at full.
6379 * too small, then cpr attempts a resume. If throttle isn't restored
6432 * suspended and we could have reached the throttle level, been
8456 /* Cancel any pending reset-throttle timeouts */
8658 * Untimeout any reserve recover, throttle reset, restart unit
10481 * the throttle back to the maximum.
14826 * the throttle limit check because the immed_bp is
14828 * that we know we are not at the throttle limit by
14834 * throttle limit before issuing a delayed or immediate
14835 * retry. This holds even if the throttle limit is
14878 * (1) the throttle limit has been reached, or
14890 "throttle limit reached!\n");
15271 * For TRAN_BUSY, we want to reduce the throttle value,
15928 * We are at the throttle limit for the target,
15935 "throttle!\n");
16304 "at full throttle, retrying exit\n");
16309 "at full throttle, non-retryable exit\n");
16710 * In the QFULL case, the throttle limit will incrementally
16711 * increase until it reaches max throttle.
16718 * increase throttle by 10% open gate slowly, schedule
16719 * another restore if saved throttle has not been
16722 short throttle;
16724 throttle = un->un_throttle +
16727 (throttle < un->un_saved_throttle) ?
16728 throttle : un->un_saved_throttle;
19539 * Just lower the QFULL throttle and retry the command. Note that