normalize         273 crmd/throttle.c     float normalize;
normalize         278 crmd/throttle.c         normalize = 0.6;
normalize         282 crmd/throttle.c         normalize = cores;
normalize         284 crmd/throttle.c     thresholds[0] = throttle_load_target * normalize * THROTTLE_FACTOR_LOW;
normalize         285 crmd/throttle.c     thresholds[1] = throttle_load_target * normalize * THROTTLE_FACTOR_MEDIUM;
normalize         286 crmd/throttle.c     thresholds[2] = throttle_load_target * normalize * THROTTLE_FACTOR_HIGH;