函数逻辑报告 |
Source Code:kernel\time\timekeeping.c |
Create Date:2022-07-27 11:42:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:timekeeping_suspend
函数原型:int timekeeping_suspend(void)
返回类型:int
参数:无
1738 | tk等于timekeeper |
1752 | 如果 seconds 或 nanoseconds 则Flag for if there is a persistent clock on this platform = true |
1757 | raw_spin_lock_irqsave( & timekeeper_lock, flags) |
1758 | write_seqcount_begin( & seq) |
1760 | lag for if timekeeping is suspended 等于1 |
1767 | curr_clock等于clock |
1768 | cycle_now等于cycle_last |
1786 | 否则 |
1795 | write_seqcount_end( & seq) |
1796 | raw_spin_unlock_irqrestore( & timekeeper_lock, flags) |
1798 | tick_suspend() |
1799 | clocksource_suspend() |
1800 | clockevents_suspend() |
1802 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |