Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/ !
Dvtime.c161 S390_lowcore.steal_timer += in do_account_vtime()
212 steal = S390_lowcore.steal_timer; in vtime_flush()
215 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.c456 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore_dat_off()
Dsmp.c268 lc->steal_timer = lc->avg_steal_timer = 0; in pcpu_prepare_secondary()
293 lc->steal_timer = 0; in pcpu_attach_task()
/linux-6.1.9/arch/s390/include/asm/ !
Dlowcore.h117 __u64 steal_timer; /* 0x02f8 */ member