We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c1f89 commit c43c5e9Copy full SHA for c43c5e9
include/linux/timekeeping.h
@@ -258,8 +258,8 @@ extern void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot);
258
extern int persistent_clock_is_local;
259
260
extern void read_persistent_clock64(struct timespec64 *ts);
261
-void read_persistent_clock_and_boot_offset(struct timespec64 *wall_clock,
262
- struct timespec64 *boot_offset);
+void read_persistent_wall_and_boot_offset(struct timespec64 *wall_clock,
+ struct timespec64 *boot_offset);
263
extern int update_persistent_clock64(struct timespec64 now);
264
265
/*
0 commit comments