Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__timekeeping_set_tai_offset - Sets the TAI offset from UTC and monotonic

Proto:static void __timekeeping_set_tai_offset(struct timekeeper *tk, s32 tai_offset)

Type:void

Parameter:

TypeParameterName
struct timekeeper *tk
s32tai_offset
1351  tai_offset = tai_offset
1352  offs_tai = Add two ktime_t variables. res = lhs + rhs: (offs_real, ktime_set - Set a ktime_t variable from a seconds/nanoseconds value*@secs: seconds to set*@nsecs: nanoseconds to set* Return: The ktime_t representation of the value.)
Caller
NameDescribe
accumulate_nsecs_to_secsaccumulate_nsecs_to_secs - Accumulates nsecs into secs* Helper function that accumulates the nsecs greater than a second* from the xtime_nsec field to the xtime_secs field.* It also calls into the NTP code to handle leapsecond processing.
do_adjtimexdo_adjtimex() - Accessor function to NTP __do_adjtimex function