Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dhiperdispatch.c73 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()
[all …]