Lines Matching defs:max
476 fprintf(stderr, "Can't get max cpu number\n");
484 debug_printf("max cpus %d\n", topo_max_cpus);
933 fprintf(outf, "TDP level change control is unlocked, max level: %d \n", pkg_dev.levels);
1394 static int set_clos_param(int cpu, int clos, int epp, int wt, int min, int max)
1405 clos_config.clos_max = max;
1417 static int set_cpufreq_scaling_min_max(int cpu, int max, int freq)
1422 if (max)
2195 fprintf(stderr, "\tSpecify clos max in MHz with [--max|-m]\n");
2217 fprintf(stderr, "clos max is not specified, default: Max frequency (ratio 0xff)\n");
2420 { "max", required_argument, 0, 'm' },