函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\ntp.c Create Date:2022-07-27 11:43:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ntp_notify_cmos_timer

函数原型:void ntp_notify_cmos_timer(void)

返回类型:void

参数:

627  如果非p_synced - Returns 1 if the NTP status is not UNSYNC则返回
630  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_GENERIC_CMOS_UPDATE)或IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_RTC_SYSTOHC)则启动延迟工作队列
调用者
名称描述
do_adjtimexdo_adjtimex() - Accessor function to NTP __do_adjtimex function