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:Adjust the time obtained from the CMOS to be UTC time instead of* local time

Proto:void timekeeping_warp_clock(void)

Type:void

Parameter:Nothing

1335  If minutes west of Greenwich != 0 Then
1338  Indicates if there is an offset between the system clock and the hardware* clock/persistent clock/rtc. = 1
1339  seconds = minutes west of Greenwich * 60
1340  nanoseconds = 0
1341  mekeeping_inject_offset - Adds or subtracts from the current time.*@tv: pointer to the timespec variable containing the offset* Adds or subtracts an offset value from the current time.