函数逻辑报告 |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-27 11:44:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:locksource_done_booting - Called near the end of core bootup* Hack to avoid lots of clocksource churn at boot time.* We use fs_initcall because we want this to start before* device_initcall but after subsys_initcall.
函数原型:static int __init clocksource_done_booting(void)
返回类型:int
参数:无
816 | mutex_lock( & clocksource_mutex) |
817 | [Clocksource internal variables]---------* curr_clocksource:* currently selected clocksource等于clocksource_default_clock() |
818 | finished_booting等于1 |
825 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |