函数逻辑报告 |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-27 11:40:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called from run_local_timers in hardirq context every jiffy
函数原型:void hrtimer_run_queues(void)
返回类型:void
参数:无
1730 | 如果Is the high resolution mode active ?则返回 |
1740 | 如果tick_check_oneshot_change(!hrtimer_is_hres_enabled())则 |
1741 | hrtimer_switch_to_hres() |
1742 | 返回 |
1745 | raw_spin_lock_irqsave( & lock, flags) |
1746 | now等于hrtimer_update_base(cpu_base) |
1748 | 如果非时间比较则 |
1750 | softirq_activated等于1 |
1755 | raw_spin_unlock_irqrestore( & lock, flags) |
名称 | 描述 |
---|---|
run_local_timers | 检查有没有定时器到期,有就运行到期定时器的处理 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |