Searched refs:wall_time (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/time/
H A Dtimekeeping.c1594 * @wall_time: current time as returned by persistent clock
1595 * @boot_offset: offset that is defined as wall_time - boot_time
1605 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, argument
1608 read_persistent_clock64(wall_time);
1635 struct timespec64 wall_time, boot_offset, wall_to_mono; local
1640 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset);
1641 if (timespec64_valid_settod(&wall_time) &&
1642 timespec64_to_ns(&wall_time) > 0) {
1644 } else if (timespec64_to_ns(&wall_time) != 0) {
1646 wall_time
[all...]
/linux-master/arch/s390/kernel/
H A Dtime.c214 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, argument
226 read_persistent_clock64(wall_time);
227 *boot_offset = timespec64_sub(*wall_time, boot_time);
/linux-master/tools/perf/util/
H A Dstat-shadow.c349 double wall_time = avg_stats(&walltime_nsecs_stats); local
351 if (wall_time) {
353 nsecs / (wall_time * evsel->scale));

Completed in 158 milliseconds