Lines Matching defs:wall_time
1990 * @wall_time: current time as returned by persistent clock
1991 * @boot_offset: offset that is defined as wall_time - boot_time
2001 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time,
2004 read_persistent_clock64(wall_time);
2039 struct timespec64 wall_time, boot_offset, wall_to_mono;
2046 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset);
2047 if (timespec64_valid_settod(&wall_time) &&
2048 timespec64_to_ns(&wall_time) > 0) {
2050 } else if (timespec64_to_ns(&wall_time) != 0) {
2052 wall_time = (struct timespec64){0};
2055 if (timespec64_compare(&wall_time, &boot_offset) < 0)
2062 wall_to_mono = timespec64_sub(boot_offset, wall_time);
2074 tk_set_xtime(tks, &wall_time);