throttle_load_target   51 crmd/throttle.c static float throttle_load_target = 0.0;
throttle_load_target  284 crmd/throttle.c     thresholds[0] = throttle_load_target * normalize * THROTTLE_FACTOR_LOW;
throttle_load_target  285 crmd/throttle.c     thresholds[1] = throttle_load_target * normalize * THROTTLE_FACTOR_MEDIUM;
throttle_load_target  286 crmd/throttle.c     thresholds[2] = throttle_load_target * normalize * THROTTLE_FACTOR_HIGH;
throttle_load_target  322 crmd/throttle.c         if(throttle_load_target > 0.0 && throttle_load_target < cib_max_cpu) {
throttle_load_target  323 crmd/throttle.c             cib_max_cpu = throttle_load_target;
throttle_load_target  335 crmd/throttle.c     if(throttle_load_target <= 0) {
throttle_load_target  410 crmd/throttle.c     throttle_load_target = target;