Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dvtime.c69 S390_lowcore.steal_timer += S390_lowcore.last_update_clock - clock; in do_account_vtime()
72 S390_lowcore.steal_timer -= user; in do_account_vtime()
77 S390_lowcore.steal_timer -= system; in do_account_vtime()
81 steal = S390_lowcore.steal_timer; in do_account_vtime()
83 S390_lowcore.steal_timer = 0; in do_account_vtime()
120 S390_lowcore.steal_timer -= system; in account_system_vtime()
138 S390_lowcore.steal_timer += in vtime_start_cpu()
Dsetup.c421 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
Dasm-offsets.c123 DEFINE(__LC_STEAL_TIMER, offsetof(struct _lowcore, steal_timer)); in main()
/linux-2.6.39/arch/s390/include/asm/
Dlowcore.h111 __u64 steal_timer; /* 0x0280 */ member
242 __u64 steal_timer; /* 0x02d0 */ member