1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __VDSO_TIME64_H 2 #ifndef __VDSO_TIME64_H 3 #define __VDSO_TIME64_H 3 #define __VDSO_TIME64_H 4 4 5 /* Parameters used to convert the timespec val 5 /* Parameters used to convert the timespec values: */ 6 #define MSEC_PER_SEC 1000L 6 #define MSEC_PER_SEC 1000L 7 #define USEC_PER_MSEC 1000L 7 #define USEC_PER_MSEC 1000L 8 #define NSEC_PER_USEC 1000L 8 #define NSEC_PER_USEC 1000L 9 #define NSEC_PER_MSEC 1000000L 9 #define NSEC_PER_MSEC 1000000L 10 #define USEC_PER_SEC 1000000L 10 #define USEC_PER_SEC 1000000L 11 #define NSEC_PER_SEC 1000000000L 11 #define NSEC_PER_SEC 1000000000L 12 #define PSEC_PER_SEC 1000000000000LL << 13 #define FSEC_PER_SEC 1000000000000000LL 12 #define FSEC_PER_SEC 1000000000000000LL 14 13 15 #endif /* __VDSO_TIME64_H */ 14 #endif /* __VDSO_TIME64_H */ 16 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.