Searched refs:wall_time (Results 1 – 3 of 3) sorted by relevance
1733 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument1736 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()1763 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local1768 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()1769 if (timespec64_valid_settod(&wall_time) && in timekeeping_init()1770 timespec64_to_ns(&wall_time) > 0) { in timekeeping_init()1772 } else if (timespec64_to_ns(&wall_time) != 0) { in timekeeping_init()1774 wall_time = (struct timespec64){0}; in timekeeping_init()1777 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()1784 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()[all …]
214 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument226 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()227 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
356 double wall_time = avg_stats(&walltime_nsecs_stats); in print_nsecs() local358 if (wall_time) { in print_nsecs()360 nsecs / (wall_time * evsel->scale)); in print_nsecs()
Completed in 14 milliseconds