Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timekeeping.c Create Date:2022-07-28 10:41:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:timekeeping_delta_to_ns

Proto:static inline u64 timekeeping_delta_to_ns(const struct tk_read_base *tkr, u64 delta)

Type:u64

Parameter:

TypeParameterName
const struct tk_read_base *tkr
u64delta
363  nsec = delta * mult + xtime_nsec
364  nsec >>= shift
367  Return nsec + arch_gettimeoffset()
Caller
NameDescribe
timekeeping_get_ns
timekeeping_cycles_to_ns
__ktime_get_fast_nsktime_get_mono_fast_ns - Fast NMI safe access to clock monotonic* This timestamp is not guaranteed to be monotonic across an update
__ktime_get_real_fast_nsSee comment for __ktime_get_fast_ns() vs. timestamp ordering