Searched refs:user_timer (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c54 * to the lowcore fields user_timer, system_timer & steal_clock.
70 user = S390_lowcore.user_timer - ti->user_timer;
72 ti->user_timer = S390_lowcore.user_timer;
93 ti->user_timer = S390_lowcore.user_timer;
96 S390_lowcore.user_timer = ti->user_timer;
107 * to the lowcore fields user_timer, system_time
[all...]
H A Dasm-offsets.c40 DEFINE(__TI_user_timer, offsetof(struct thread_info, user_timer));
118 DEFINE(__LC_USER_TIMER, offsetof(struct _lowcore, user_timer));
H A Dprocess.c221 ti->user_timer = 0;
H A Dsetup.c426 lc->user_timer = S390_lowcore.user_timer;
H A Dearly.c176 S390_lowcore.user_timer = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c54 * to the lowcore fields user_timer, system_timer & steal_clock.
70 user = S390_lowcore.user_timer - ti->user_timer;
72 ti->user_timer = S390_lowcore.user_timer;
93 ti->user_timer = S390_lowcore.user_timer;
96 S390_lowcore.user_timer = ti->user_timer;
107 * to the lowcore fields user_timer, system_time
[all...]
H A Dasm-offsets.c40 DEFINE(__TI_user_timer, offsetof(struct thread_info, user_timer));
118 DEFINE(__LC_USER_TIMER, offsetof(struct _lowcore, user_timer));
H A Dprocess.c221 ti->user_timer = 0;
H A Dsetup.c426 lc->user_timer = S390_lowcore.user_timer;
H A Dearly.c176 S390_lowcore.user_timer = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dthread_info.h51 __u64 user_timer; member in struct:thread_info
H A Dlowcore.h109 __u64 user_timer; /* 0x0270 */ member in struct:_lowcore
239 __u64 user_timer; /* 0x02c0 */ member in struct:_lowcore
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dthread_info.h51 __u64 user_timer; member in struct:thread_info
H A Dlowcore.h109 __u64 user_timer; /* 0x0270 */ member in struct:_lowcore
239 __u64 user_timer; /* 0x02c0 */ member in struct:_lowcore

Completed in 199 milliseconds