Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:k_update_leap_state - helper to update the next_leap_ktime

Proto:static inline void tk_update_leap_state(struct timekeeper *tk)

Type:void

Parameter:

TypeParameterName
struct timekeeper *tk
621  next_leap_ktime = ntp_get_next_leap()
622  If next_leap_ktime != KTIME_MAX Then next_leap_ktime = Subtract two ktime_t variables. rem = lhs -rhs: (next_leap_ktime, offs_real)
Caller
NameDescribe
timekeeping_updatemust hold timekeeper_lock
do_adjtimexdo_adjtimex() - Accessor function to NTP __do_adjtimex function