req_update 50 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c } req_update; req_update 349 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(s)); req_update 350 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(s)); req_update 351 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_epp = parse_cmdline_hwp_epp(parse_optarg_string(s)); req_update 355 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(s)); req_update 356 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_window = parse_cmdline_hwp_window(parse_optarg_string(s)); req_update 574 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(optarg)); req_update 577 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(optarg)); req_update 580 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(optarg)); req_update 586 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_epp = parse_cmdline_hwp_epp(parse_optarg_string(optarg)); req_update 597 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_use_pkg = 0; req_update 599 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_use_pkg = 1; req_update 606 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req_update.hwp_window = parse_cmdline_hwp_window(parse_optarg_string(optarg)); req_update 863 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c update_cpufreq_scaling_freq(0, cpu, req_update.hwp_min); req_update 866 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c update_cpufreq_scaling_freq(1, cpu, req_update.hwp_max); req_update 947 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_min = req_update.hwp_min; req_update 950 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_max = req_update.hwp_max; req_update 953 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_desired = req_update.hwp_desired; req_update 956 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_window = req_update.hwp_window; req_update 959 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_epp = req_update.hwp_epp; req_update 961 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_use_pkg = req_update.hwp_use_pkg; req_update 993 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_min = req_update.hwp_min; req_update 996 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_max = req_update.hwp_max; req_update 999 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_desired = req_update.hwp_desired; req_update 1002 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_window = req_update.hwp_window; req_update 1005 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c req.hwp_epp = req_update.hwp_epp; req_update 1223 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c (req_update.hwp_min > req_update.hwp_max)) { req_update 1224 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c printf("hwp-min %d > hwp_max %d\n", req_update.hwp_min, req_update.hwp_max); req_update 1229 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c if (req_update.hwp_desired && update_hwp_max && req_update 1230 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c (req_update.hwp_desired > req_update.hwp_max)) { req_update 1235 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c if (req_update.hwp_desired && update_hwp_min && req_update 1236 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c (req_update.hwp_desired < req_update.hwp_min)) {