Home
last modified time | relevance | path

Searched refs:hd_high_capacity_cores (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/kernel/
H A Dhiperdispatch.c72 static int hd_high_capacity_cores; /* Current CORE count with high capacity */ variable
148 if (hd_high_capacity_cores == hd_online_cores) in hd_update_times()
161 upscaling_cores = hd_high_capacity_cores - hd_entitled_cores; in hd_update_capacities()
163 hd_high_capacity_cores = hd_entitled_cores; in hd_update_capacities()
168 hd_high_capacity_cores++; in hd_update_capacities()
178 hd_high_capacity_cores = hd_online_cores; in hd_disable_hiperdispatch()
260 if (hd_high_capacity_cores != new_cores) { in hd_capacity_work_fn()
261 trace_s390_hd_rebuild_domains(hd_high_capacity_cores, new_cores); in hd_capacity_work_fn()
262 hd_high_capacity_cores = new_cores; in hd_capacity_work_fn()
266 trace_s390_hd_work_fn(steal_percentage, hd_entitled_cores, hd_high_capacity_cores); in hd_capacity_work_fn()