Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dvtime.c162 S390_lowcore.steal_timer += in do_account_vtime()
213 steal = S390_lowcore.steal_timer; in vtime_flush()
216 S390_lowcore.steal_timer = 0; in vtime_flush()
Didle.c40 S390_lowcore.steal_timer += idle->clock_idle_enter - S390_lowcore.last_update_clock; in account_idle_time_irq()
Dsetup.c451 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore_dat_off()
Dsmp.c264 lc->steal_timer = lc->avg_steal_timer = 0; in pcpu_prepare_secondary()
289 lc->steal_timer = 0; in pcpu_attach_task()
/arch/s390/include/asm/
Dlowcore.h106 __u64 steal_timer; /* 0x02f8 */ member