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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h10 struct timespec wall_time; member in struct:fsyscall_gtod_data_t
H A Dtime.c489 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec;
490 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec;
H A Dasm-offsets.c275 offsetof (struct fsyscall_gtod_data_t, wall_time));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c76 void update_vsyscall(struct timespec *wall_time, struct timespec *wtm, argument
88 vsyscall_gtod_data.wall_time_sec = wall_time->tv_sec;
89 vsyscall_gtod_data.wall_time_nsec = wall_time->tv_nsec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_conservative.c454 unsigned int idle_time, wall_time; local
460 wall_time = (unsigned int) cputime64_sub(cur_wall_time,
485 if (unlikely(!wall_time || wall_time < idle_time))
488 load = 100 * (wall_time - idle_time) / wall_time;
H A Dcpufreq_ondemand.c501 unsigned int idle_time, wall_time, iowait_time; local
510 wall_time = (unsigned int) cputime64_sub(cur_wall_time,
549 if (unlikely(!wall_time || wall_time < idle_time))
552 load = 100 * (wall_time - idle_time) / wall_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c797 void update_vsyscall(struct timespec *wall_time, struct timespec *wtm, argument
812 new_stamp_xsec = (u64) wall_time->tv_nsec * XSEC_PER_SEC;
814 new_stamp_xsec += (u64) wall_time->tv_sec * XSEC_PER_SEC;
816 BUG_ON(wall_time->tv_nsec >= NSEC_PER_SEC);
818 frac_sec = ((u64) wall_time->tv_nsec * 18446744073ULL) >> 32;
836 vdso_data->stamp_xtime = *wall_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c210 void update_vsyscall(struct timespec *wall_time, struct timespec *wtm, argument
220 vdso_data->xtime_clock_sec = wall_time->tv_sec;
221 vdso_data->xtime_clock_nsec = wall_time->tv_nsec;

Completed in 205 milliseconds