Lines Matching refs:hd_entitled_cores
73 static int hd_entitled_cores; /* Total vertical high and medium CORE count */ variable
102 hd_entitled_cores = 0; in hd_reset_state()
116 hd_entitled_cores++; in hd_add_core()
119 hd_entitled_cores++; in hd_add_core()
142 if (hd_entitled_cores == 0 || hd_enabled == 0) { 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()
189 if (hd_entitled_cores == 0) in hd_enable_hiperdispatch()
191 if (hd_online_cores <= hd_entitled_cores) in hd_enable_hiperdispatch()
250 if (hd_online_cores <= hd_entitled_cores) { in hd_capacity_work_fn()
259 new_cores = hd_entitled_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()