Searched refs:wall_to_monotonic (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dvgtod.h23 struct timespec wall_to_monotonic; member in struct:vsyscall_gtod_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvgtod.h23 struct timespec wall_to_monotonic; member in struct:vsyscall_gtod_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/time/
H A Dtimekeeping.c143 * wall_to_monotonic is what we need to add to xtime (or xtime corrected
145 * at zero at system boot time, so wall_to_monotonic will be negative,
149 * wall_to_monotonic is moved after resume from suspend for the monotonic
150 * time not to jump. We need to add total_sleep_time to wall_to_monotonic
153 * - wall_to_monotonic is no longer the boot time, getboottime must be
157 static struct timespec wall_to_monotonic __attribute__ ((aligned (16))); variable in typeref:struct:timespec
172 wall_to_monotonic.tv_sec -= leapsecond;
173 update_vsyscall(&xtime, &wall_to_monotonic, timekeeper.clock,
245 secs = xtime.tv_sec + wall_to_monotonic.tv_sec;
246 nsecs = xtime.tv_nsec + wall_to_monotonic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c143 * wall_to_monotonic is what we need to add to xtime (or xtime corrected
145 * at zero at system boot time, so wall_to_monotonic will be negative,
149 * wall_to_monotonic is moved after resume from suspend for the monotonic
150 * time not to jump. We need to add total_sleep_time to wall_to_monotonic
153 * - wall_to_monotonic is no longer the boot time, getboottime must be
157 static struct timespec wall_to_monotonic __attribute__ ((aligned (16))); variable in typeref:struct:timespec
172 wall_to_monotonic.tv_sec -= leapsecond;
173 update_vsyscall(&xtime, &wall_to_monotonic, timekeeper.clock,
245 secs = xtime.tv_sec + wall_to_monotonic.tv_sec;
246 nsecs = xtime.tv_nsec + wall_to_monotonic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvclock_gettime.c82 secs += gtod->wall_to_monotonic.tv_sec;
83 ns += gtod->wall_to_monotonic.tv_nsec;
107 secs += gtod->wall_to_monotonic.tv_sec;
108 ns += gtod->wall_to_monotonic.tv_nsec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c82 secs += gtod->wall_to_monotonic.tv_sec;
83 ns += gtod->wall_to_monotonic.tv_nsec;
107 secs += gtod->wall_to_monotonic.tv_sec;
108 ns += gtod->wall_to_monotonic.tv_nsec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dvsyscall_64.c90 vsyscall_gtod_data.wall_to_monotonic = *wtm;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c90 vsyscall_gtod_data.wall_to_monotonic = *wtm;

Completed in 132 milliseconds