Searched refs:steal_clock (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c33 * to the lowcore fields user_timer, system_timer & steal_clock.
48 S390_lowcore.steal_clock += S390_lowcore.last_update_clock - clock;
53 S390_lowcore.steal_clock -= cputime << 12;
58 S390_lowcore.steal_clock -= cputime << 12;
61 cputime = S390_lowcore.steal_clock;
64 S390_lowcore.steal_clock -= cputime << 12;
77 * to the lowcore fields user_timer, system_timer & steal_clock.
91 S390_lowcore.steal_clock -= cputime << 12;
96 S390_lowcore.steal_clock -= cputime << 12;
102 * to the lowcore fields user_timer, system_timer & steal_clock
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dlowcore.h259 __u64 steal_clock; /* 0x280 */ member in struct:_lowcore
350 __u64 steal_clock; /* 0x288 */

Completed in 117 milliseconds