Lines Matching refs:req_update

50 } req_update;
352 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(s));
353 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(s));
354 req_update.hwp_epp = parse_cmdline_hwp_epp(parse_optarg_string(s));
358 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(s));
359 req_update.hwp_window = parse_cmdline_hwp_window(parse_optarg_string(s));
577 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(optarg));
580 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(optarg));
583 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(optarg));
589 req_update.hwp_epp = parse_cmdline_hwp_epp(parse_optarg_string(optarg));
600 req_update.hwp_use_pkg = 0;
602 req_update.hwp_use_pkg = 1;
609 req_update.hwp_window = parse_cmdline_hwp_window(parse_optarg_string(optarg));
1005 update_cpufreq_scaling_freq(0, cpu, req_update.hwp_min);
1008 update_cpufreq_scaling_freq(1, cpu, req_update.hwp_max);
1089 req.hwp_min = req_update.hwp_min;
1092 req.hwp_max = req_update.hwp_max;
1095 req.hwp_desired = req_update.hwp_desired;
1098 req.hwp_window = req_update.hwp_window;
1101 req.hwp_epp = req_update.hwp_epp;
1103 req.hwp_use_pkg = req_update.hwp_use_pkg;
1135 req.hwp_min = req_update.hwp_min;
1138 req.hwp_max = req_update.hwp_max;
1141 req.hwp_desired = req_update.hwp_desired;
1144 req.hwp_window = req_update.hwp_window;
1147 req.hwp_epp = req_update.hwp_epp;
1354 (req_update.hwp_min > req_update.hwp_max)) {
1355 printf("hwp-min %d > hwp_max %d\n", req_update.hwp_min, req_update.hwp_max);
1360 if (req_update.hwp_desired && update_hwp_max &&
1361 (req_update.hwp_desired > req_update.hwp_max)) {
1366 if (req_update.hwp_desired && update_hwp_min &&
1367 (req_update.hwp_desired < req_update.hwp_min)) {