Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dvtime.c85 S390_lowcore.steal_timer += S390_lowcore.last_update_clock - clock; in do_account_vtime()
111 S390_lowcore.steal_timer -= user; in do_account_vtime()
115 S390_lowcore.steal_timer -= system; in do_account_vtime()
131 steal = S390_lowcore.steal_timer; in do_account_vtime()
133 S390_lowcore.steal_timer = 0; in do_account_vtime()
178 S390_lowcore.steal_timer -= system; in vtime_account_irq_enter()
Dsetup.c344 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
Dsmp.c247 lc->user_timer = lc->system_timer = lc->steal_timer = 0; in pcpu_prepare_secondary()
265 lc->steal_timer = 0; in pcpu_attach_task()
Dasm-offsets.c140 DEFINE(__LC_STEAL_TIMER, offsetof(struct _lowcore, steal_timer)); in main()
/linux-4.1.27/arch/s390/include/asm/
Dlowcore.h110 __u64 steal_timer; /* 0x02e0 */ member