cib_max_cpu 306 crmd/throttle.c float cib_max_cpu = 0.95; cib_max_cpu 320 crmd/throttle.c cib_max_cpu = 0.4; cib_max_cpu 322 crmd/throttle.c if(throttle_load_target > 0.0 && throttle_load_target < cib_max_cpu) { cib_max_cpu 323 crmd/throttle.c cib_max_cpu = throttle_load_target; cib_max_cpu 326 crmd/throttle.c thresholds[0] = cib_max_cpu * 0.8; cib_max_cpu 327 crmd/throttle.c thresholds[1] = cib_max_cpu * 0.9; cib_max_cpu 328 crmd/throttle.c thresholds[2] = cib_max_cpu; cib_max_cpu 330 crmd/throttle.c thresholds[3] = cib_max_cpu * 1.5;