···2121#ifndef _LINUX_KTIME_H2222#define _LINUX_KTIME_H23232424-#include <linux/time.h>2525-#include <linux/jiffies.h>2624#include <asm/bug.h>2727-2828-/* Nanosecond scalar representation for kernel time values */2929-typedef s64 ktime_t;2525+#include <linux/jiffies.h>2626+#include <linux/time.h>2727+#include <linux/types.h>30283129/**3230 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
+3
include/linux/types.h
···120120#define aligned_be64 __aligned_be64121121#define aligned_le64 __aligned_le64122122123123+/* Nanosecond scalar representation for kernel time values */124124+typedef s64 ktime_t;125125+123126/**124127 * The type used for indexing onto a disc or disc partition.125128 *