Function report |
Source Code:kernel\time\ntp.c |
Create Date:2022-07-28 10:43:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ntp_update_offset_fll
Proto:static inline s64 ntp_update_offset_fll(s64 offset64, long secs)
Type:s64
Parameter:
Type | Parameter | Name |
---|---|---|
s64 | offset64 | |
long | secs |
285 | If secs < min interval between updates (s) Then Return 0 |
288 | If Not (clock status bits: & select frequency-lock mode (rw) ) && secs <= max interval between updates (s) Then Return 0 |
293 | Return div64_long(offset64 << (NTP_SCALE_SHIFT - FLL frequency factor (shift) ), secs) |
Name | Describe |
---|---|
ntp_update_offset |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |