Searched refs:cpu_max (Results 1 – 5 of 5) sorted by relevance
84 unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; in get_target_freq_with_cpufreq() local117 cpu_max = parent_cpu_data->max_freq; in get_target_freq_with_cpufreq()120 cpu_percent = ((cpu_cur - cpu_min) * 100) / (cpu_max - cpu_min); in get_target_freq_with_cpufreq()
27 __u32 cpu_max; member
61 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest()
433 void __init smp_cpus_done(unsigned int cpu_max) in smp_cpus_done() argument
88 info->cpu_max = !mc->max_cpus ? 1 : mc->max_cpus; in qmp_query_machines()