Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dhiperdispatch.c77 static unsigned long hd_previous_steal; /* Previous iteration's CPU steal timer total */ variable
180 hd_previous_steal = 0; in hd_disable_hiperdispatch()
229 if (steal > hd_previous_steal && hd_previous_steal != 0) { in hd_calculate_steal_percentage()
230 steal_delta = (steal - hd_previous_steal) * 100 / time_delta; in hd_calculate_steal_percentage()
233 hd_previous_steal = steal; in hd_calculate_steal_percentage()