Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\time64.h Create Date:2022-07-28 05:34:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mespec64_to_ns - Convert timespec64 to nanoseconds*@ts: pointer to the timespec64 variable to be converted* Returns the scalar nanosecond representation of the timespec64* parameter.

Proto:static inline s64 timespec64_to_ns(const struct timespec64 *ts)

Type:s64

Parameter:

TypeParameterName
const struct timespec64 *ts
135  Return seconds * NSEC_PER_SEC + nanoseconds
Caller
NameDescribe
timekeeping_initmekeeping_init - Initializes the clocksource and common timekeeping values
set_cpu_itimer