函数逻辑报告 |
Source Code:kernel\irq\timings.c |
Create Date:2022-07-27 11:12:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_timings_next_event - Return when the next event is supposed to arrive* During the last busy cycle, the number of interrupts is incremented* and stored in the irq_timings structure
函数原型:u64 irq_timings_next_event(u64 now)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | now |
533 | irqts等于this_cpu_ptr( & irq_timings) |
537 | irq等于0 |
564 | irq等于irq_timing_decode(values[i], & ts) |
566 | 如果s则irq_timings_store(irq, this_cpu_ptr(s), ts) |
576 | irqs等于this_cpu_ptr(s) |
578 | ts等于__irq_timings_next_event(irqs, i, now) |
586 | 返回:next_evt |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |