函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:42:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_adjtimex() - Accessor function to NTP __do_adjtimex function
函数原型:int do_adjtimex(struct __kernel_timex *txc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct __kernel_timex * | txc |
2315 | tk等于timekeeper |
2327 | 如果 mode selector 按位与add 'time' to current time 则 |
2330 | nanoseconds 等于tv_usec |
2331 | 如果非 mode selector 按位与select nanosecond resolution 的值则 nanoseconds 乘等于1000 |
2333 | ret等于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. |
2337 | audit_tk_injoffset(delta) |
2340 | audit_ntp_init( & ad) |
2344 | raw_spin_lock_irqsave( & timekeeper_lock, flags) |
2345 | write_seqcount_begin( & seq) |
2347 | orig_tai等于tai等于tai_offset |
2356 | write_seqcount_end( & seq) |
2357 | raw_spin_unlock_irqrestore( & timekeeper_lock, flags) |
2359 | audit_ntp_log( & ad) |
2362 | 如果 mode selector 按位与quency offset 按位或ick value 的值则mekeeping_advance - Updates the timekeeper to the current time and* current NTP tick length |
2368 | ntp_notify_cmos_timer() |
2370 | 返回:ret |
名称 | 描述 |
---|---|
posix_clock_realtime_adj |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |