Home
last modified time | relevance | path

Searched refs:wall_time (Results 1 – 4 of 4) sorted by relevance

/arch/ia64/kernel/
Dfsyscall_gtod_data.h17 struct time_sn_spec wall_time; member
Dtime.c442 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
443 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
Dasm-offsets.c271 offsetof (struct fsyscall_gtod_data_t, wall_time)); in foo()
/arch/s390/kernel/
Dtime.c224 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
238 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
239 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()