normalize         103 daemons/controld/controld_throttle.c     float normalize;
normalize         108 daemons/controld/controld_throttle.c         normalize = 0.6;
normalize         112 daemons/controld/controld_throttle.c         normalize = cores;
normalize         114 daemons/controld/controld_throttle.c     thresholds[0] = throttle_load_target * normalize * THROTTLE_FACTOR_LOW;
normalize         115 daemons/controld/controld_throttle.c     thresholds[1] = throttle_load_target * normalize * THROTTLE_FACTOR_MEDIUM;
normalize         116 daemons/controld/controld_throttle.c     thresholds[2] = throttle_load_target * normalize * THROTTLE_FACTOR_HIGH;