函数逻辑报告 |
Source Code:kernel\time\tick-common.c |
Create Date:2022-07-27 11:50:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Setup the device for a periodic tick
函数原型:void tick_setup_periodic(struct clock_event_device *dev, int broadcast)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct clock_event_device * | dev | |
int | broadcast |
153 | 如果非tick_device_is_functional(dev)则返回 |
159 | 否则 |
163 | 循环 |
166 | 当read_seqretry( & jiffies_lock, seq)循环 |
170 | 循环 |
171 | 如果非设置下一次触发时间则返回 |
173 | next等于计算下一次触发时间(next, tick_period) |
名称 | 描述 |
---|---|
tick_setup_device | Setup the tick device |
tick_resume_local | k_resume_local - Resume the local tick device* Called from the local CPU for unfreeze or XEN resume magic.* No locks required. Nothing can change the per cpu device. |
tick_broadcast_start_periodic | Start the device in periodic mode |
tick_broadcast_control | k_broadcast_control - Enable/disable or force broadcast mode*@mode: The selected broadcast mode* Called when the system enters a state where affected tick devices* might stop. Note: TICK_BROADCAST_FORCE cannot be undone. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |