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

/linux-4.4.14/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h10 struct timespec wall_time; member in struct:fsyscall_gtod_data_t
H A Dtime.c412 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec; update_vsyscall_old()
413 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec; update_vsyscall_old()
H A Dasm-offsets.c272 offsetof (struct fsyscall_gtod_data_t, wall_time)); foo()
H A Dfsys.S168 // r22 = address of wall_time or monotonic_time
200 add r22 = IA64_GTOD_WALL_TIME_OFFSET,r20 // wall_time
/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq_governor.c67 unsigned int idle_time, wall_time; dbs_check_cpu() local
83 wall_time = (unsigned int) dbs_check_cpu()
109 if (unlikely(!wall_time || wall_time < idle_time)) dbs_check_cpu()
130 * an unusually large 'wall_time' (as compared to the sampling dbs_check_cpu()
138 if (unlikely(wall_time > (2 * sampling_rate) && dbs_check_cpu()
149 load = 100 * (wall_time - idle_time) / wall_time; dbs_check_cpu()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtime.c783 void update_vsyscall_old(struct timespec *wall_time, struct timespec *wtm, update_vsyscall_old() argument
798 new_stamp_xsec = (u64) wall_time->tv_nsec * XSEC_PER_SEC; update_vsyscall_old()
800 new_stamp_xsec += (u64) wall_time->tv_sec * XSEC_PER_SEC; update_vsyscall_old()
802 BUG_ON(wall_time->tv_nsec >= NSEC_PER_SEC); update_vsyscall_old()
804 frac_sec = ((u64) wall_time->tv_nsec * 18446744073ULL) >> 32; update_vsyscall_old()
822 vdso_data->stamp_xtime = *wall_time; update_vsyscall_old()

Completed in 194 milliseconds