Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h17 struct time_sn_spec wall_time; member
H A Dtime.c437 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
438 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
H A Dasm-offsets.c271 offsetof (struct fsyscall_gtod_data_t, wall_time)); in foo()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h17 struct time_sn_spec wall_time; member
H A Dtime.c444 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
445 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
H A Dasm-offsets.c271 offsetof (struct fsyscall_gtod_data_t, wall_time)); in foo()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimekeeping.c1572 * wall_time - current time as returned by persistent clock
1573 * boot_offset - offset that is defined as wall_time - boot_time
1580 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
1583 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
1610 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1615 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1616 if (timespec64_valid_settod(&wall_time) && in timekeeping_init()
1617 timespec64_to_ns(&wall_time) > 0) { in timekeeping_init()
1619 } else if (timespec64_to_ns(&wall_time) != 0) { in timekeeping_init()
1621 wall_time in timekeeping_init()
[all...]
/kernel/linux/linux-6.6/kernel/time/
H A Dtimekeeping.c1593 * @wall_time: current time as returned by persistent clock
1594 * @boot_offset: offset that is defined as wall_time - boot_time
1604 read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
1607 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
1634 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1639 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1640 if (timespec64_valid_settod(&wall_time) && in timekeeping_init()
1641 timespec64_to_ns(&wall_time) > 0) { in timekeeping_init()
1643 } else if (timespec64_to_ns(&wall_time) != 0) { in timekeeping_init()
1645 wall_time in timekeeping_init()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtime.c218 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
232 read_persistent_clock64(wall_time); in read_persistent_wall_and_boot_offset()
233 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c214 void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time, in read_persistent_wall_and_boot_offset() argument
226 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-shadow.c349 double wall_time = avg_stats(&walltime_nsecs_stats); in print_nsecs() local
351 if (wall_time) { in print_nsecs()
353 nsecs / (wall_time * evsel->scale)); in print_nsecs()

Completed in 11 milliseconds