summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2024-10-06 21:00:01 +0200
committerThomas Gleixner <tglx@linutronix.de>2024-10-06 21:00:01 +0200
commitb7f6d3a09da3a2272cbce28bdd8f8c6db772a84e (patch)
tree7bb5525ce0b1ad3d142910bc3e0af9301647ab97 /include
parent8c111f1b967687f47bb0cfbedf2863b62c23223c (diff)
parent96f9a366ec8abe027326d7aab84d64370019f0f1 (diff)
Merge branch 'timers/vfs' into timers/core
Pick up the VFS specific interfaces so further timekeeping changes can be based on them.
Diffstat (limited to 'include')
-rw-r--r--include/linux/timekeeping.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index e85c27347e44..0e035f675efe 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -45,6 +45,11 @@ extern void ktime_get_real_ts64(struct timespec64 *tv);
extern void ktime_get_coarse_ts64(struct timespec64 *ts);
extern void ktime_get_coarse_real_ts64(struct timespec64 *ts);
+/* Multigrain timestamp interfaces */
+extern void ktime_get_coarse_real_ts64_mg(struct timespec64 *ts);
+extern void ktime_get_real_ts64_mg(struct timespec64 *ts);
+extern unsigned long timekeeping_get_mg_floor_swaps(void);
+
void getboottime64(struct timespec64 *ts);
/*