函数逻辑报告 |
Source Code:fs\timerfd.c |
Create Date:2022-07-29 10:51:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called when the clock was set to cancel the timers in the cancel* list. This will wake up processes waiting on these timers. The* wake-up requires ctx->ticks to be non zero, therefore we increment* it before calling wake_up_locked().
函数原型:void timerfd_clock_was_set(void)
返回类型:void
参数:无
104 | 如果非might_cancel则继续下一循环 |
106 | spin_lock_irqsave( & lock, flags) |
112 | spin_unlock_irqrestore( & lock, flags) |
名称 | 描述 |
---|---|
clock_was_set | Clock realtime was set* Change the offset of the realtime clock vs. the monotonic* clock.* We might have to reprogram the high resolution timer interrupt. On* SMP we call the architecture specific code to retrigger _all_ high* resolution timer interrupts |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |