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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c68 S390_lowcore.steal_timer += S390_lowcore.last_update_clock - clock;
71 S390_lowcore.steal_timer -= user;
76 S390_lowcore.steal_timer -= system;
80 steal = S390_lowcore.steal_timer;
82 S390_lowcore.steal_timer = 0;
119 S390_lowcore.steal_timer -= system;
137 S390_lowcore.steal_timer +=
H A Dsetup.c428 lc->steal_timer = S390_lowcore.steal_timer;
H A Dasm-offsets.c120 DEFINE(__LC_STEAL_TIMER, offsetof(struct _lowcore, steal_timer));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dlowcore.h111 __u64 steal_timer; /* 0x0280 */ member in struct:_lowcore
241 __u64 steal_timer; /* 0x02d0 */ member in struct:_lowcore

Completed in 75 milliseconds