wall_to_mono     1534 kernel/time/timekeeping.c 	struct timespec64 wall_time, boot_offset, wall_to_mono;
wall_to_mono     1555 kernel/time/timekeeping.c 	wall_to_mono = timespec64_sub(boot_offset, wall_time);
wall_to_mono     1569 kernel/time/timekeeping.c 	tk_set_wall_to_mono(tk, wall_to_mono);