Searched refs:wall_time (Results 1 – 5 of 5) sorted by relevance
17 struct time_sn_spec wall_time; member
437 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()438 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
271 offsetof (struct fsyscall_gtod_data_t, wall_time)); in foo()
1580 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument1583 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()1610 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local1615 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()1616 if (timespec64_valid_settod(&wall_time) && in timekeeping_init()1617 timespec64_to_ns(&wall_time) > 0) { in timekeeping_init()1619 } else if (timespec64_to_ns(&wall_time) != 0) { in timekeeping_init()1621 wall_time = (struct timespec64){0}; in timekeeping_init()1624 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()1631 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()[all …]
218 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument232 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()233 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()