Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dhiperdispatch.c76 static unsigned long hd_previous_steal; /* Previous iteration's CPU steal timer total */ variable
179 hd_previous_steal = 0; in hd_disable_hiperdispatch()
228 if (steal > hd_previous_steal && hd_previous_steal != 0) { in hd_calculate_steal_percentage()
229 steal_delta = (steal - hd_previous_steal) * 100 / time_delta; in hd_calculate_steal_percentage()
232 hd_previous_steal = steal; in hd_calculate_steal_percentage()