Lines Matching refs:wall_time
1645 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
1648 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
1681 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1687 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1688 if (timespec64_valid_settod(&wall_time) && in timekeeping_init()
1689 timespec64_to_ns(&wall_time) > 0) { in timekeeping_init()
1691 } else if (timespec64_to_ns(&wall_time) != 0) { in timekeeping_init()
1693 wall_time = (struct timespec64){0}; in timekeeping_init()
1696 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1703 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
1714 tk_set_xtime(tks, &wall_time); in timekeeping_init()