Searched refs:fact_bucket (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/power/x86/intel-speed-select/ |
| A D | isst-display.c | 235 int fact_bucket, int fact_avx, in _isst_fact_display_information() argument 245 if (fact_bucket != 0xff && fact_bucket != j) in _isst_fact_display_information() 261 if (fact_bucket != 0xff && fact_bucket != j) in _isst_fact_display_information() 597 int fact_bucket, int fact_avx, in isst_fact_display_information() argument 603 _isst_fact_display_information(cpu, outf, level, fact_bucket, fact_avx, in isst_fact_display_information()
|
| A D | isst.h | 223 extern int isst_get_fact_info(int cpu, int level, int fact_bucket, 228 int fact_bucket, int fact_avx,
|
| A D | isst-core.c | 621 int isst_get_fact_info(int cpu, int level, int fact_bucket, struct isst_fact_info *fact_info) in isst_get_fact_info() argument 667 if (fact_bucket != 0xff && fact_bucket != j) in isst_get_fact_info()
|
| A D | isst-config.c | 38 static int fact_bucket = 0xFF; variable 1846 ret = isst_get_fact_info(cpu, tdp_level, fact_bucket, &fact_info); in dump_fact_config_for_cpu() 1852 isst_fact_display_information(cpu, outf, tdp_level, fact_bucket, in dump_fact_config_for_cpu() 2573 fact_bucket = atoi(optarg); in parse_cmd_args()
|
Completed in 13 milliseconds