Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dvtime.c113 S390_lowcore.steal_timer += S390_lowcore.last_update_clock - clock; in do_account_vtime()
121 S390_lowcore.steal_timer -= user; in do_account_vtime()
125 S390_lowcore.steal_timer -= system; in do_account_vtime()
141 steal = S390_lowcore.steal_timer; in do_account_vtime()
143 S390_lowcore.steal_timer = 0; in do_account_vtime()
193 S390_lowcore.steal_timer -= system; in vtime_account_irq_enter()
Dsetup.c346 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
Dasm-offsets.c151 OFFSET(__LC_STEAL_TIMER, _lowcore, steal_timer); in main()
Dsmp.c249 lc->user_timer = lc->system_timer = lc->steal_timer = 0; in pcpu_prepare_secondary()
269 lc->steal_timer = 0; in pcpu_attach_task()
/linux-4.4.14/arch/s390/include/asm/
Dlowcore.h110 __u64 steal_timer; /* 0x02e0 */ member